Skip to content

Commit a62f8ab

Browse files
committed
Repair indent back
1 parent ba814d6 commit a62f8ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

after/indent/python.vim

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
if !g:pymode || !g:pymode_indent || exists("b:did_indent")
1+
if !g:pymode || !g:pymode_indent
22
finish
33
endif
44

5-
let b:did_indent = 1
6-
75
setlocal nolisp
86
setlocal tabstop=4
97
setlocal softtabstop=4

0 commit comments

Comments
 (0)