mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-03-14 10:46:57 +08:00
Linking `pythonDot` to `Normal` breaks `CursorLine` highlighting. ``` hi Normal guifg=#ffffff guibg=#000000 hi CursorLine guibg=#111111 ``` Closes #48