Don't override backspace=nostop

This commit is contained in:
Tim Pope
2022-12-25 23:39:10 -05:00
parent c6fe4c33b8
commit c28d1ad848

View File

@@ -17,7 +17,9 @@ endif
" Use :help 'option' to see the documentation for the given option.
set backspace=indent,eol,start
if empty(&backspace)
set backspace=indent,eol,start
endif
set complete-=i
set smarttab