.vimrc VI can not delete or backspace
/This is out of my .vimrc file. This enables backspace and del to work normally...
" Turn on syntax hilighting
if &t_Co > 2 || has("gui_running")
syntax on
set hlsearch
endif
" Allow backspace to delete anything
set backspace=indent,eol,start