We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb0022 commit b563215Copy full SHA for b563215
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,5 +1,9 @@
runtime ftplugin/python/init-pymode.vim
if pymode#Default('b:pymode', 1)
8
9
0 commit comments