diff --git a/.vimrc b/.vimrc index aa49406..805fec6 100644 --- a/.vimrc +++ b/.vimrc @@ -261,7 +261,7 @@ else set list listchars=tab:>-,trail:.,extends:> endif endif -map :set nolist listchars +map :set nolist listchars:set noet:set sw=8:set ts=8 " Show lines longer than 80 characters "au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)