comparison: .vimrc
.vimrc
- changeset 450
- 4865de0a8b7a
- parent 449
- 704cccb6ae92
- child 451
- de71f64f65c1
equal
deleted
inserted
replaced
229 if has('patch-7.3-541') |
229 if has('patch-7.3-541') |
230 " Can unwrap this once I don't have to deal with ubuntu 12.04 |
230 " Can unwrap this once I don't have to deal with ubuntu 12.04 |
231 set formatoptions+=j |
231 set formatoptions+=j |
232 endif |
232 endif |
233 |
233 |
234 " set number |
|
235 set scrolloff=15 |
234 set scrolloff=15 |
|
235 set sidescrolloff=10 |
236 set ruler |
236 set ruler |
237 set showcmd |
237 set showcmd |
238 set wildmenu |
238 set wildmenu |
239 set wildignorecase |
239 set wildignorecase |
240 |
240 |