vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
437 stars 83 forks source link

remove highlight link to Normal #48

Closed carloabelli closed 5 years ago

carloabelli commented 6 years ago

linking to Normal breaks CursorLine highlighting for example:

hi Normal guifg=#ffffff guibg=#000000
hi CursorLine guibg=#111111
nfnty commented 5 years ago

Thanks!