.vimrc

changeset 624
7dff635ab5f9
parent 623
3563a9c2a61e
child 625
dd23d3a0b72c
equal deleted inserted replaced
623:3563a9c2a61e 624:7dff635ab5f9
137 137
138 if has('gui_running') || $LANG =~ 'UTF-8' 138 if has('gui_running') || $LANG =~ 'UTF-8'
139 set listchars=tab:⇥·,trail:◼,nbsp:◻,extends:⥂,precedes:⥃ 139 set listchars=tab:⇥·,trail:◼,nbsp:◻,extends:⥂,precedes:⥃
140 " eol:↩ not as useful as trail i think 140 " eol:↩ not as useful as trail i think
141 set fillchars=fold:∷,vert:│ 141 set fillchars=fold:∷,vert:│
142 else
143 set listchars=tab:>-,trail:-,nbsp:%,extends:>,precedes:<
142 endif 144 endif
143 145
144 set nowrap 146 set nowrap
145 set linebreak 147 set linebreak
146 set showbreak=»\ 148 set showbreak=»\

mercurial