Skip to content
Snippets Groups Projects
Commit cc908ada authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.1134

Problem:    Running test 49 takes a long time.
Solution:   Don't have it grep all files.
parent d89616eb
No related branches found
Tags v7.3.1134
No related merge requests found
" Vim script language tests
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
" 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
......
......@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1134,
/**/
1133,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment