mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 05:34:46 +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 pythonDecorator Define
|
||||||
HiLink pythonDottedName Function
|
HiLink pythonDottedName Function
|
||||||
HiLink pythonDot Normal
|
|
||||||
|
|
||||||
HiLink pythonComment Comment
|
HiLink pythonComment Comment
|
||||||
if !s:Enabled('g:python_highlight_file_headers_as_comments')
|
if !s:Enabled('g:python_highlight_file_headers_as_comments')
|
||||||
|
|||||||
Reference in New Issue
Block a user