We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba814d6 commit a62f8abCopy full SHA for a62f8ab
after/indent/python.vim
@@ -1,9 +1,7 @@
1
-if !g:pymode || !g:pymode_indent || exists("b:did_indent")
+if !g:pymode || !g:pymode_indent
2
finish
3
endif
4
5
-let b:did_indent = 1
6
-
7
setlocal nolisp
8
setlocal tabstop=4
9
setlocal softtabstop=4
0 commit comments