]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1134 v7.3.1134
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2013 16:55:49 +0000 (18:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2013 16:55:49 +0000 (18:55 +0200)
Problem:    Running test 49 takes a long time.
Solution:   Don't have it grep all files.

src/testdir/test49.vim
src/version.c

index c1ad76a7a3a4ae860a79e294e9e12e90e3517301..e08da5712d5b625b1efcaa6fcbb2ecb0a2626d36 100644 (file)
@@ -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
index a35e7c31c3537e84e152a01e2325381a42fd23bb..879b6cc68ca78a6f87343c5407c54870a8f73206 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1134,
 /**/
     1133,
 /**/