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.
2 parents 5eb0022 + 6b94dc2 commit 228053dCopy full SHA for 228053d
after/indent/python.vim
@@ -1,3 +1,7 @@
1
+if pymode#Default('g:pymode', 1) || !g:pymode
2
+ finish
3
+endif
4
+
5
if pymode#Default('b:pymode_indent', 1) || !g:pymode_indent
6
finish
7
endif
ftplugin/python/pymode.vim
@@ -1,6 +1,6 @@
runtime ftplugin/python/init-pymode.vim
-if pymode#Default('b:pymode', 1)
0 commit comments