mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 20:13:47 -05:00
Don't override backspace=nostop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user