url rxvt and 80 line vim
This commit is contained in:
parent
8653f52586
commit
56418832d9
2 changed files with 6 additions and 3 deletions
4
.vimrc
4
.vimrc
|
|
@ -227,8 +227,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