Skip to content

Commit 67b468b

Browse files
committed
Remove pythonDot highlight match
This confuses the 'cursorline' and 'cursorcolumn' vim options
1 parent d241974 commit 67b468b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

syntax/python.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ endif
129129

130130
syn match pythonDecorator "@" display nextgroup=pythonDottedName skipwhite
131131
syn match pythonDottedName "[a-zA-Z_][a-zA-Z0-9_]*\(\.[a-zA-Z_][a-zA-Z0-9_]*\)*" display contained
132-
syn match pythonDot "\." display containedin=pythonDottedName
133132

134133
" }}}
135134

@@ -349,7 +348,6 @@ endif
349348

350349
hi def link pythonDecorator Define
351350
hi def link pythonDottedName Function
352-
hi def link pythonDot Normal
353351

354352
hi def link pythonComment Comment
355353
hi def link pythonCoding Special

0 commit comments

Comments
 (0)