# HG changeset patch # User Bram Moolenaar # Date 1370537749 -7200 # Node ID 531e598651fc6a7c28bc808d82c09ddc1759bf4f # Parent 85330027ccc27882910d5fecd3197dda0c177d67 updated for version 7.3.1134 Problem: Running test 49 takes a long time. Solution: Don't have it grep all files. diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim --- 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 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,