summaryrefslogtreecommitdiffstats
path: root/src/testdir/test49.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-06 18:55:49 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-06 18:55:49 +0200
commitcc908adac8b11d6ae67aac3ccf8a8b27482f4676 (patch)
treef8e08205c37eb4b96ee2ed186fad14eef1a007ab /src/testdir/test49.vim
parentd89616ebb8c0f7c4b96c96f971e2bf9ac944dd44 (diff)
updated for version 7.3.1134v7.3.1134
Problem: Running test 49 takes a long time. Solution: Don't have it grep all files.
Diffstat (limited to 'src/testdir/test49.vim')
-rw-r--r--src/testdir/test49.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim
index c1ad76a7a3..e08da5712d 100644
--- a/src/testdir/test49.vim
+++ b/src/testdir/test49.vim
@@ -1,6 +1,6 @@
" 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