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 00c6c75 commit 18370c7Copy full SHA for 18370c7
ftplugin/python/pymode.vim
@@ -2,6 +2,8 @@ if !g:pymode || pymode#default('b:pymode', 1)
2
finish
3
endif
4
5
+let b:pymode_modified = &modified
6
+
7
" Init paths
8
if !pymode#default('g:pymode_init', 1)
9
call pymode#init(expand('<sfile>:p:h:h:h'), g:pymode_paths)
0 commit comments