在vim for show whitespace EOL我用
highlight whitespaceEOL term=reverse ctermbg=Grey guibg=Grey
match whitespaceEOL /\s\+\(\%#\)\@!$/
但是当我使用长线匹配时
augroup longLines
autocmd! filetype zsh,sh,python,vim,c,cpp :match ColorColumn /\%>80v.\+/
augroup END
我输掉了第一场比赛,为什么?