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:
nfnty
2019-01-09 15:15:36 +00:00
parent 58d6e019d3
commit e5c90c6b10

View File

@@ -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')