.vimrc

changeset 155
14fa06532900
parent 146
7808b6e38ae2
child 156
0a58a576e95e
--- a/.vimrc
+++ b/.vimrc
@@ -164,6 +164,10 @@ if has('gui_running') || $LANG =~ 'UTF-8
   set fillchars=fold:∷,vert:│
 endif
 
+if exists('&breakindent')
+  set bri
+endif
+
 set virtualedit=block
 
 set autoindent

mercurial