]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
More visible tab count
[dotfiles.git] / vim / .vimrc
index 883546806d05a2e84b728ea427e5dac0b15d90e8..9fff372e4007f8c59772f90eb80ea8850b14965a 100644 (file)
@@ -31,7 +31,7 @@ set highlight+=vr
 set cpoptions+=$
 set showcmd
 set showmatch
-set listchars=trail:·,tab:→,nbsp:% ",eol:¶
+set listchars=trail:·,tab:>→,nbsp:% ",eol:¶
 set list
 
 set cursorline
@@ -115,7 +115,7 @@ nmap <F9> :diffupdate<CR>:syntax off<CR>:syntax on<CR>
 " *-lists indentation and formatting {{{
 set comments-=mb:*
 set formatlistpat=^\\s*\\*\ \\s*
-set formatoptions+=n
+set formatoptions+=onj
 " }}}
 
 " Spelling {{{