diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-05-12 19:49:24 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-05-15 16:28:57 -0400 |
| commit | 6f72f56492c0948371c746356458c1693efa85a3 (patch) | |
| tree | ecf3f313be9d86a0075c359dcdddbd21868b9e8f /src/nvim/testdir | |
| parent | a822118e64c6ddcfdc4285ba1c8e3aa5fdb7a2a1 (diff) | |
| download | rneovim-6f72f56492c0948371c746356458c1693efa85a3.tar.gz rneovim-6f72f56492c0948371c746356458c1693efa85a3.tar.bz2 rneovim-6f72f56492c0948371c746356458c1693efa85a3.zip | |
Change 'backspace' default to "indent,eol,start" #2639
While here, alphabetically sort section 2 of vim_diff.txt
Helped-by: Jakob Schnitzer <mail@jakobschnitzer.de>
Helped-by: Felipe Morales <hel.sheep@gmail.com>
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test32.in b/src/nvim/testdir/test32.in index 02a41141ab..1a73c862d1 100644 --- a/src/nvim/testdir/test32.in +++ b/src/nvim/testdir/test32.in @@ -22,6 +22,7 @@ Test for insert expansion STARTTEST :so small.vim +:se backspace="" :se cpt=.,w ff=unix | $-2,$w!Xtestfile | set ff& :se cot= nO#include "Xtestfile" |