Skip to content

Commit aac624b

Browse files
committed
patch 7.4.1034
Problem: There is no test for the 'backspace' option behavior. Solution: Add a test. (Hirohito Higashi)
1 parent ee27397 commit aac624b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_alot.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" A series of tests that can run in one Vim invocation.
22
" This makes testing go faster, since Vim doesn't need to restart.
33

4+
source test_backspace_opt.vim
45
source test_lispwords.vim
56
source test_searchpos.vim
67
source test_set.vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1034,
744746
/**/
745747
1033,
746748
/**/

0 commit comments

Comments
 (0)