mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-05-06 13:54:00 +08:00
e5c90c6b10
Linking `pythonDot` to `Normal` breaks `CursorLine` highlighting. ``` hi Normal guifg=#ffffff guibg=#000000 hi CursorLine guibg=#111111 ``` Closes #48