SHA256
1
0
forked from pool/vim
OBS User unknown
2007-01-23 17:02:55 +00:00
committed by Git OBS Bridge
parent 40055ca064
commit d931fd5c11
3 changed files with 13 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ set esckeys
" Switch it off if you prefer real vi compatibility
set nocompatible
" allow backspacing over everything in insert mode
set backspace=indent,eol,start
" Complete longest common string, then each full match
" enable this for bash compatible behaviour
" set wildmode=longest,full