]> granicus.if.org Git - vim/commitdiff
patch 7.4.1034 v7.4.1034
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 20:31:39 +0000 (21:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 20:31:39 +0000 (21:31 +0100)
Problem:    There is no test for the 'backspace' option behavior.
Solution:   Add a test. (Hirohito Higashi)

src/testdir/test_alot.vim
src/version.c

index b1e2ed83438ced417d2a7f91a3ca0107754ef376..20add03ce241d358784391392c707a8779600712 100644 (file)
@@ -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
index e49fadb618bc7796b246ad22c623db13009d59b2..90cfd89f3c2da0a881d120ae1a93d276758ef5a6 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1034,
 /**/
     1033,
 /**/