mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 13:14:36 +08:00
Remove highlight link from pythonDot to Normal
Linking `pythonDot` to `Normal` breaks `CursorLine` highlighting. ``` hi Normal guifg=#ffffff guibg=#000000 hi CursorLine guibg=#111111 ``` Closes #48
This commit is contained in:
@@ -414,7 +414,6 @@ if v:version >= 508 || !exists('did_python_syn_inits')
|
||||
|
||||
HiLink pythonDecorator Define
|
||||
HiLink pythonDottedName Function
|
||||
HiLink pythonDot Normal
|
||||
|
||||
HiLink pythonComment Comment
|
||||
if !s:Enabled('g:python_highlight_file_headers_as_comments')
|
||||
|
||||
Reference in New Issue
Block a user