]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.752 v7.3.752
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2012 18:00:06 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2012 18:00:06 +0000 (19:00 +0100)
Problem:    Test 49 script file doesn't fold properly.
Solution:   Add a colon.

src/testdir/test49.vim
src/version.c

index d17ea54b2e506073a4a9fe21dcd85ac57e0c5fb4..f32f1149334bdf7000d00935cb6602827af7d1e1 100644 (file)
@@ -1,6 +1,6 @@
 " Vim script language tests
 " Author:      Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
-" Last Change: 2010 Sep 29
+" Last Change: 2012 Nov 23
 
 "-------------------------------------------------------------------------------
 " Test environment                                                         {{{1
@@ -9604,7 +9604,7 @@ delfunction Delete_autocommands
 Xcheck 198689
 
 "-------------------------------------------------------------------------------
-" Test 86   setloclist crash                                               {{{1
+" Test 86:  setloclist crash                                               {{{1
 "
 "          Executing a setloclist() on BufUnload shouldn't crash Vim
 "-------------------------------------------------------------------------------
index 849546e45e369deca753c3d00feadd3e07e7b3a7..435bff41cca60bea3d7cf4dd76860971240a5a03 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    752,
 /**/
     751,
 /**/