Skip to content

Commit f8b9fc8

Browse files
committed
Remove logOperator duplicate & rule and unnecessary escape slash
1 parent 3c298ca commit f8b9fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/log.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set cpoptions&vim
1313

1414
" Operators
1515
"---------------------------------------------------------------------------
16-
syn match logOperator display '[;,\?\:\.\<=\>\~\/\@\&\!$\%\&\+\-\|\^(){}\*#]'
16+
syn match logOperator display '[;,\?\:\.\<=\>\~\/\@\!$\%&\+\-\|\^(){}\*#]'
1717
syn match logBrackets display '[\[\]]'
1818
syn match logEmptyLines display '-\{3,}'
1919
syn match logEmptyLines display '\*\{3,}'

0 commit comments

Comments
 (0)