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 |
|
169 set briopt+=sbr |
165 endif |
170 endif |
166 |
171 |
167 set virtualedit=block |
172 set virtualedit=block |
168 |
173 |
169 set autoindent |
174 set autoindent |