Skip to content

Commit 6b94dc2

Browse files
committed
Remove unnecessary check for pymode state in buffer scope.
1 parent b563215 commit 6b94dc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ftplugin/python/pymode.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ if pymode#Default('g:pymode', 1) || !g:pymode
44
finish
55
endif
66

7-
if pymode#Default('b:pymode', 1)
8-
finish
9-
endif
10-
117

128
" Parse pymode modeline
139
call pymode#Modeline()

0 commit comments

Comments
 (0)