Skip to content

Commit e5c90c6

Browse files
committed
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
1 parent 58d6e01 commit e5c90c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syntax/python.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ if v:version >= 508 || !exists('did_python_syn_inits')
414414

415415
HiLink pythonDecorator Define
416416
HiLink pythonDottedName Function
417-
HiLink pythonDot Normal
418417

419418
HiLink pythonComment Comment
420419
if !s:Enabled('g:python_highlight_file_headers_as_comments')

0 commit comments

Comments
 (0)