1
0
Fork 0

pythonParens Special -> Keyword higihlight, because they do not normally follow each other unlike Special

This commit is contained in:
Von Random 2015-03-11 11:11:43 +03:00
parent 2c370cb666
commit 56113e423d

2
vimrc
View file

@ -195,7 +195,7 @@ if v:version >= 700
hi link pythonDot Normal hi link pythonDot Normal
hi link pythonColon Structure hi link pythonColon Structure
hi link pythonComma Structure hi link pythonComma Structure
hi link pythonParens Special hi link pythonParens Keyword
" Some preferences " Some preferences
setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab