8000 Merge pull request #521 from coldeasy/develop · python-mode/python-mode@9b2991c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b2991c

Browse files
committed
Merge pull request #521 from coldeasy/develop
Don't force indentation to be 0 for lines not starting with whitespace
2 parents f76d607 + 8b184cc commit 9b2991c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autoload/pymode/folding.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ fun! pymode#folding#expr(lnum) "{{{
134134
endif
135135
endif
136136

137-
if indent == 0
138-
return 0
139-
endif
140-
141137
return '='
142138

143139
endfunction "}}}

0 commit comments

Comments
 (0)
0