Skip to content

Commit c8dd3be

Browse files
committed
Fix .pylintrc loading
1 parent c796528 commit c8dd3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after/plugin/pymode_lint.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ call helpers#SafeVar("g:pymode_lint_cwindow", 1)
1717
call helpers#SafeVar("g:pymode_lint_signs", 1)
1818

1919
" OPTION: g:pymode_lint_config -- str. Path to pylint config file
20-
call helpers#SafeVar("g:pymode_lint_config", string($HOME . "/.pylintrc"))
20+
call helpers#SafeVar("g:pymode_lint_config", $HOME . "/.pylintrc")
2121

2222
" OPTION: g:pymode_lint_jump -- int. Jump on first error.
2323
call helpers#SafeVar("g:pymode_lint_jump", 0)

0 commit comments

Comments
 (0)