Loading .vimrc +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ au BufEnter * match ExtraWhitespace /\v([^\t]+)@>\t+|(\s{2,}|(\w.*)@<!\s)$/ " High-light text longer than 80 characters highlight LongLine ctermbg=red guibg=pink au BufEnter * match LongLine /\v%81v[^\r]/ au BufEnter term://* match none au BufEnter term://*,man://* match none if exists('TermOpen') au TermOpen * match none endif Loading Loading
.vimrc +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ au BufEnter * match ExtraWhitespace /\v([^\t]+)@>\t+|(\s{2,}|(\w.*)@<!\s)$/ " High-light text longer than 80 characters highlight LongLine ctermbg=red guibg=pink au BufEnter * match LongLine /\v%81v[^\r]/ au BufEnter term://* match none au BufEnter term://*,man://* match none if exists('TermOpen') au TermOpen * match none endif Loading