File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- let g: pymode_version = " 0.6.9 "
1+ let g: pymode_version = " 0.6.11 "
22
33com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
44
@@ -10,13 +10,13 @@ endif
1010
1111" DESC: Check python support
1212if ! has (' python' )
13- echoerr expand (" <sfile>:t" ) . " required vim compiled with +python."
14- let g: pymode_lint = 0
15- let g: pymode_rope = 0
13+ let g: pymode_virtualenv = 0
1614 let g: pymode_path = 0
15+ let g: pymode_lint = 0
1716 let g: pymode_doc = 0
17+ let g: pymode_breakpoint = 0
18+ let g: pymode_rope = 0
1819 let g: pymode_run = 0
19- let g: pymode_virtualenv = 0
2020endif
2121
2222
3434" }}}
3535
3636
37- " DESC: Fix python path
37+ " DESC: Add pymode's pylibs to sys. path {{{
3838if ! pymode#Default (' g:pymode_path' , 1 ) || g: pymode_path
3939
4040 call pymode#Default (' g:pymode_paths' , [])
@@ -49,7 +49,7 @@ libpath = os.path.join(os.path.dirname(os.path.dirname(
4949sys.path = [os.path .dirname (libpath), libpath, curpath] + vim .eval (" g:pymode_paths" ) + sys.path
5050EOF
5151
52- endif
52+ endif " }}}
5353
5454
5555" Lint {{{
You can’t perform that action at this time.
0 commit comments