summaryrefslogtreecommitdiff
path: root/plugin/compatibility.vim
blob: 98f229ad3639a5f3c38fd5931924f9d662210011 (plain)
1
2
3
4
5
6
7
8
9
10
11
" compatibility.vim
" Sets compatiblity parameters

" disregard vi compatibility
"set nocompatible

" allow backspacing over everything
"set backspace=eol,indent,start

" show partial command in the last line of the screen
set showcmd