.vimrc

changeset 398
15a173de64c4
parent 396
2f02fa724f42
child 409
ef7a3edc69e9
equal deleted inserted replaced
397:466b95c31b1e 398:15a173de64c4
216 set autoindent 216 set autoindent
217 set expandtab 217 set expandtab
218 set shiftwidth=2 218 set shiftwidth=2
219 set softtabstop=2 219 set softtabstop=2
220 220
221 set formatoptions=cqljn1 221 set formatoptions=cqln1
222 set backspace=indent,eol,start 222 set backspace=indent,eol,start
223
224 if has('patch-7.3-541')
225 " Can unwrap this once I don't have to deal with ubuntu 12.04
226 set formatoptions+=j
227 endif
223 228
224 " set number 229 " set number
225 set scrolloff=10 230 set scrolloff=10
226 set ruler 231 set ruler
227 set showcmd 232 set showcmd

mercurial