We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0bcc8 commit b5f1ef0Copy full SHA for b5f1ef0
autoload/pymode/lint.vim
@@ -46,10 +46,6 @@ fun! pymode#lint#check() "{{{
46
47
let b:pymode_errors = {}
48
49
- if !pymode#save()
50
- return 0
51
- endif
52
-
53
call pymode#wide_message('Code checking is running ...')
54
55
PymodePython code_check()
ftplugin/python/pymode.vim
@@ -7,6 +7,8 @@ if !pymode#default('g:pymode_init', 1)
7
call pymode#init(expand('<sfile>:p:h:h:h'), g:pymode_paths)
8
call pymode#virtualenv#init()
9
call pymode#breakpoint#init()
10
+ PymodePython from pymode.utils import patch_paths
11
+ PymodePython patch_paths()
12
endif
13
14
augroup pymode
0 commit comments