Update python styles for vim-python

This commit is contained in:
Patrick Stockwell
2020-07-29 19:30:36 +10:00
parent 6e23360fba
commit 2c044de408

View File

@@ -418,8 +418,11 @@ call Highlight("GitGutterChangeDelete", s:orange, s:none, s:none)
" Python " Python
call Highlight("pythonBuiltin", s:light_blue, s:none, s:none) call Highlight("pythonBuiltin", s:light_blue, s:none, s:none)
call Highlight("pythonBuiltinFunc", s:light_blue, s:none, s:none)
call Highlight("pythonFunctionCall", s:light_blue, s:none, s:none)
hi link pythonTripleQuotes Comment hi link pythonTripleQuotes Comment
hi link pythonDoctest Comment hi link pythonDoctest Comment
hi link pythonDoctest2 Comment
" Must be at the end, because of ctermbg=234 bug. " Must be at the end, because of ctermbg=234 bug.
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ " https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ