From: Bram Moolenaar Date: Wed, 5 Dec 2012 18:00:06 +0000 (+0100) Subject: updated for version 7.3.752 X-Git-Tag: v7.3.752 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32c8f1cb1957bf92853f4419b0ffc761df67ad2d;p=thirdparty%2Fvim.git updated for version 7.3.752 Problem: Test 49 script file doesn't fold properly. Solution: Add a colon. --- diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim index d17ea54b2e..f32f114933 100644 --- a/src/testdir/test49.vim +++ b/src/testdir/test49.vim @@ -1,6 +1,6 @@ " Vim script language tests " Author: Servatius Brandt -" 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 "------------------------------------------------------------------------------- diff --git a/src/version.c b/src/version.c index 849546e45e..435bff41cc 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 752, /**/ 751, /**/