Commit 4eb97150 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Exclude man:// buffers from line length highlighting

parent c6eb668c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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