We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796528 commit c8dd3beCopy full SHA for c8dd3be
after/plugin/pymode_lint.vim
@@ -17,7 +17,7 @@ call helpers#SafeVar("g:pymode_lint_cwindow", 1)
17
call helpers#SafeVar("g:pymode_lint_signs", 1)
18
19
" OPTION: g:pymode_lint_config -- str. Path to pylint config file
20
-call helpers#SafeVar("g:pymode_lint_config", string($HOME . "/.pylintrc"))
+call helpers#SafeVar("g:pymode_lint_config", $HOME . "/.pylintrc")
21
22
" OPTION: g:pymode_lint_jump -- int. Jump on first error.
23
call helpers#SafeVar("g:pymode_lint_jump", 0)
0 commit comments