We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9956aba commit be3544eCopy full SHA for be3544e
syntax/python.vim
@@ -4,7 +4,7 @@
4
call pymode#Default('g:pymode_syntax', 1)
5
6
" DESC: Disable script loading
7
-if pymode#Default('b:current_syntax', 'python') || !g:pymode_syntax
+if !g:pymode_syntax || pymode#Default('b:current_syntax', 'python')
8
finish
9
endif
10
0 commit comments