We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b563215 commit 6b94dc2Copy full SHA for 6b94dc2
1 file changed
ftplugin/python/pymode.vim
@@ -4,10 +4,6 @@ if pymode#Default('g:pymode', 1) || !g:pymode
4
finish
5
endif
6
7
-if pymode#Default('b:pymode', 1)
8
- finish
9
-endif
10
-
11
12
" Parse pymode modeline
13
call pymode#Modeline()
0 commit comments