We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f19ba commit 7da66c1Copy full SHA for 7da66c1
plugin/linuxsty.vim
@@ -78,7 +78,7 @@ function s:LinuxHighlighting()
78
highlight default link LinuxError ErrorMsg
79
80
syn match LinuxError / \+\ze\t/ " spaces before tab
81
- syn match LinuxError /\%81v.\+/ " virtual column 81 and more
+ syn match LinuxError /\%>80v[^()\{\}\[\]<>]\+/ " virtual column 81 and more
82
83
" Highlight trailing whitespace, unless we're in insert mode and the
84
" cursor's placed right after the whitespace. This prevents us from having
0 commit comments