What was I thinking for comments?
This commit is contained in:
parent
a8b940eb16
commit
87f4bbe431
2 changed files with 12 additions and 12 deletions
4
.vimrc
4
.vimrc
|
|
@ -241,8 +241,8 @@ endif
|
|||
map <F9> :set nolist listchars<CR>
|
||||
|
||||
" Show lines longer than 80 characters
|
||||
"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
|
||||
"au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)
|
||||
au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)
|
||||
au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)
|
||||
|
||||
set fillchars=fold:-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue