Skip to content

Commit 49dc75a

Browse files
committed
updated for version 7.3.752
Problem: Test 49 script file doesn't fold properly. Solution: Add a colon.
1 parent 56a0780 commit 49dc75a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/testdir/test49.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim script language tests
22
" Author: Servatius Brandt <[email protected]>
3-
" Last Change: 2010 Sep 29
3+
" Last Change: 2012 Nov 23
44

55
"-------------------------------------------------------------------------------
66
" Test environment {{{1
@@ -9604,7 +9604,7 @@ delfunction Delete_autocommands
96049604
Xcheck 198689
96059605

96069606
"-------------------------------------------------------------------------------
9607-
" Test 86 setloclist crash {{{1
9607+
" Test 86: setloclist crash {{{1
96089608
"
96099609
" Executing a setloclist() on BufUnload shouldn't crash Vim
96109610
"-------------------------------------------------------------------------------

src/version.c

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

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
752,
728730
/**/
729731
751,
730732
/**/

0 commit comments

Comments
 (0)