.vimrc

changeset 155
14fa06532900
parent 146
7808b6e38ae2
child 156
0a58a576e95e
equal deleted inserted replaced
154:72e18304b485 155:14fa06532900
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
165 endif 169 endif
166 170
167 set virtualedit=block 171 set virtualedit=block
168 172
169 set autoindent 173 set autoindent

mercurial