.vimrc

changeset 623
3563a9c2a61e
parent 622
47e8cf60e0b3
child 624
7dff635ab5f9
equal deleted inserted replaced
622:47e8cf60e0b3 623:3563a9c2a61e
134 set hlsearch 134 set hlsearch
135 set ignorecase 135 set ignorecase
136 set smartcase 136 set smartcase
137 137
138 if has('gui_running') || $LANG =~ 'UTF-8' 138 if has('gui_running') || $LANG =~ 'UTF-8'
139 set listchars=tab:⇥·,trail:◼,nbsp:◻ 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 endif 142 endif
143 143
144 set nowrap
144 set linebreak 145 set linebreak
145 set showbreak=»\ 146 set showbreak=»\
146 if exists('&breakindent') 147 if exists('&breakindent')
147 set bri 148 set bri
148 set briopt+=sbr 149 set briopt+=sbr

mercurial