We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2149076 commit dd33ca3Copy full SHA for dd33ca3
1 file changed
after/indent/python.vim
@@ -1,8 +1,8 @@
1
-if pymode#Default('g:pymode', 1) || !g:pymode
+if !g:pymode
2
finish
3
endif
4
5
-if pymode#Default('b:pymode_indent', 1) || !g:pymode_indent
+if !g:pymode_indent
6
7
8
0 commit comments