url rxvt and 80 line vim

This commit is contained in:
Hunter Haugen 2009-10-02 09:32:40 +05:30
parent 8653f52586
commit 56418832d9
2 changed files with 6 additions and 3 deletions

4
.vimrc
View file

@ -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:-