summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-02 21:31:39 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-02 21:31:39 +0100
commitaac624bacd4be0c5a8e603dac9020f4a754c9c9c (patch)
tree9c081740578f9e049b514a7e014d7921e17391f7
parentee2739787f1e996739541bb60e6003b892497e03 (diff)
downloadvim-git-aac624bacd4be0c5a8e603dac9020f4a754c9c9c.tar.gz
patch 7.4.1034v7.4.1034
Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
-rw-r--r--src/testdir/test_alot.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index b1e2ed834..20add03ce 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -1,6 +1,7 @@
" A series of tests that can run in one Vim invocation.
" This makes testing go faster, since Vim doesn't need to restart.
+source test_backspace_opt.vim
source test_lispwords.vim
source test_searchpos.vim
source test_set.vim
diff --git a/src/version.c b/src/version.c
index e49fadb61..90cfd89f3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1034,
+/**/
1033,
/**/
1032,