comparison: .vimrc
.vimrc
- changeset 455
- 7a1ace453b4c
- parent 454
- e501f44a5885
- child 456
- 9ffd1cfe8fe2
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 splitright splitbelow |
234 set scrolloff=15 |
235 set scrolloff=15 |
235 set sidescrolloff=10 |
236 set sidescrolloff=10 |
236 set ruler |
237 set ruler |
237 set showcmd |
238 set showcmd |
238 set wildmenu |
239 set wildmenu |