File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
let g: EasyGrepDefaultUserPattern= " alphabet.in"
3
3
let g: EasyGrepMode= 3
4
4
let g: EasyGrepExtraWarnings= 0
5
- source ../plugin/ EasyGrep.vim
6
5
Original file line number Diff line number Diff line change 1
1
@ ECHO off
2
2
REM This suite requires https://github.com/inkarkat/runVimTests to run
3
3
4
+ set TEST_SOURCES = --pure --runtime bundle\vim-easygrep\autoload\EasyGrep.vim --runtime bundle\vim-easygrep\plugin\EasyGrep.vim
5
+
4
6
if %1 .== clean. goto Clean
5
7
if %1 .== run. goto Run
6
8
if %1 .== runall. goto RunAll
@@ -18,12 +20,12 @@ goto End
18
20
:Run
19
21
shift
20
22
echo Running %1 %2 %3 %4 %5 %6 %7 %8 %9
21
- ../../runVimTests/bin/runVimTests.cmd --pure %1 %2 %3 %4 %5 %6 %7 %8 %9
23
+ ../../runVimTests/bin/runVimTests.cmd %TEST_SOURCES% %1 %2 %3 %4 %5 %6 %7 %8 %9
22
24
goto End
23
25
24
26
:RunAll
25
27
echo Running all
26
- ../../runVimTests/bin/runVimTests.cmd --pure vimgrep.suite
28
+ ../../runVimTests/bin/runVimTests.cmd %TEST_SOURCES% vimgrep.suite
27
29
goto End
28
30
29
31
:End
You can’t perform that action at this time.
0 commit comments