.vimrc

changeset 452
0fed20b49b89
parent 451
de71f64f65c1
child 453
e7b6a870f35d
equal deleted inserted replaced
451:de71f64f65c1 452:0fed20b49b89
204 set hlsearch 204 set hlsearch
205 set ignorecase 205 set ignorecase
206 set smartcase 206 set smartcase
207 207
208 if has('gui_running') || $LANG =~ 'UTF-8' 208 if has('gui_running') || $LANG =~ 'UTF-8'
209 set listchars=tab:⇥·,trail:◾,nbsp:◻ 209 set listchars=tab:⇥·,trail:◼,nbsp:◻
210 " eol:↩ not as useful as trail i think 210 " eol:↩ not as useful as trail i think
211 set fillchars=fold:∷,vert:│ 211 set fillchars=fold:∷,vert:│
212 endif 212 endif
213 213
214 if exists('&breakindent') 214 if exists('&breakindent')

mercurial