.vimrc

branch
mhoward-lt
changeset 121
36096e4c5613
parent 120
3a676c8eaafe
child 122
dff13372e830
equal deleted inserted replaced
119:c25420419c0b 121:36096e4c5613
141 set enc=utf-8 141 set enc=utf-8
142 142
143 set hlsearch 143 set hlsearch
144 set ic smartcase 144 set ic smartcase
145 145
146 set lcs=tab:→·,trail:· 146 if has('gui_running') || $LANG =~ 'UTF-8'
147 set lcs=tab:⇥·,trail:·
148 " eol:↩ not as useful as trail i think
149 set fillchars=fold:∷,vert:│
150 endif
147 151
148 set ve=block 152 set ve=block
149 153
150 set autoindent 154 set autoindent
151 set expandtab 155 set expandtab

mercurial