make backspacing work again

Using the Vim from homebrew caused the backspace key to stop working. This fixes that issue.
This commit is contained in:
Gene Liverman 2017-10-15 15:39:37 -07:00 committed by Gene Liverman
parent 33a6142936
commit 7a61e3414c

View file

@ -37,6 +37,7 @@ set termencoding=utf-8
set autoindent
set background=dark
set backspace=2
set expandtab
set fillchars+=stl:\ ,stlnc:\
set laststatus=2