0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.3.1134

Problem:    Running test 49 takes a long time.
Solution:   Don't have it grep all files.
This commit is contained in:
Bram Moolenaar
2013-06-06 18:55:49 +02:00
parent d89616ebb8
commit cc908adac8
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
" Vim script language tests " Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com> " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
" Last Change: 2012 Nov 23 " Last Change: 2013 Jun 06
"------------------------------------------------------------------------------- "-------------------------------------------------------------------------------
" Test environment {{{1 " Test environment {{{1
@@ -9612,7 +9612,7 @@ Xcheck 198689
func F func F
au BufUnload * :call setloclist(0, [{'bufnr':1, 'lnum':1, 'col':1, 'text': 'tango down'}]) au BufUnload * :call setloclist(0, [{'bufnr':1, 'lnum':1, 'col':1, 'text': 'tango down'}])
:lvimgrep /.*/ * :lvimgrep /.*/ *.mak
endfunc endfunc
XpathINIT XpathINIT

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1134,
/**/ /**/
1133, 1133,
/**/ /**/