From cc908adac8b11d6ae67aac3ccf8a8b27482f4676 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Jun 2013 18:55:49 +0200 Subject: [PATCH] updated for version 7.3.1134 Problem: Running test 49 takes a long time. Solution: Don't have it grep all files. --- src/testdir/test49.vim | 4 ++-- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim index c1ad76a7a..e08da5712 100644 --- a/src/testdir/test49.vim +++ b/src/testdir/test49.vim @@ -1,6 +1,6 @@ " Vim script language tests " Author: Servatius Brandt -" Last Change: 2012 Nov 23 +" Last Change: 2013 Jun 06 "------------------------------------------------------------------------------- " Test environment {{{1 @@ -9612,7 +9612,7 @@ Xcheck 198689 func F au BufUnload * :call setloclist(0, [{'bufnr':1, 'lnum':1, 'col':1, 'text': 'tango down'}]) - :lvimgrep /.*/ * + :lvimgrep /.*/ *.mak endfunc XpathINIT diff --git a/src/version.c b/src/version.c index a35e7c31c..879b6cc68 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1134, /**/ 1133, /**/ -- 2.50.1