We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7ce10 commit 5eccc89Copy full SHA for 5eccc89
syntax/python.vim
@@ -33,7 +33,7 @@ call pymode#Default('g:pymode_syntax_all', 1)
33
syn keyword pythonException try except finally
34
syn keyword pythonOperator and in is not or
35
36
- if !pymode#Default("g:pymode_syntax_print_as_function", 0) || g:pymode_syntax_print_as_function
+ if !pymode#Default("g:pymode_syntax_print_as_function", 0) || !g:pymode_syntax_print_as_function
37
syn keyword pythonStatement print
38
endif
39
0 commit comments