From e5c90c6b101c9d6602305df1088a3d2cad15f0e7 Mon Sep 17 00:00:00 2001 From: nfnty Date: Wed, 9 Jan 2019 15:15:36 +0000 Subject: [PATCH] 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 --- syntax/python.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax/python.vim b/syntax/python.vim index 913da9d..7761ec9 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -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')