.vimrc

changeset 449
704cccb6ae92
parent 434
be837354e11b
child 450
4865de0a8b7a
equal deleted inserted replaced
448:12d2866f8190 449:704cccb6ae92
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:· 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