.vimrc

branch
mhoward-lt
changeset 161
f44901f85f39
parent 156
0a58a576e95e
child 163
fe352f27be10
equal deleted inserted replaced
153:a006fee06b80 161:f44901f85f39
160 160
161 if has('gui_running') || $LANG =~ 'UTF-8' 161 if has('gui_running') || $LANG =~ 'UTF-8'
162 set listchars=tab:⇥·,trail:· 162 set listchars=tab:⇥·,trail:·
163 " eol:↩ not as useful as trail i think 163 " eol:↩ not as useful as trail i think
164 set fillchars=fold:∷,vert:│ 164 set fillchars=fold:∷,vert:│
165 endif
166
167 if exists('&breakindent')
168 set bri
169 set briopt+=sbr
165 endif 170 endif
166 171
167 set virtualedit=block 172 set virtualedit=block
168 173
169 set autoindent 174 set autoindent

mercurial