.vimrc

changeset 998
6e682b7355ba
parent 986
b06e863e3175
child 1004
30b285e424e7
equal deleted inserted replaced
997:9e1ec7624f59 998:6e682b7355ba
204 set expandtab 204 set expandtab
205 set shiftwidth=2 205 set shiftwidth=2
206 set shiftround 206 set shiftround
207 207
208 set formatoptions=cqln1j 208 set formatoptions=cqln1j
209 set diffopt=internal,filler,algorithm:patience 209 if has("patch-8.1.0360")
210 set diffopt+=algorithm:patience
211 endif
210 212
211 set splitright splitbelow 213 set splitright splitbelow
212 set scrolloff=15 214 set scrolloff=15
213 set sidescrolloff=10 215 set sidescrolloff=10
214 set laststatus=2 216 set laststatus=2

mercurial