Skip to content

Commit f9e91ee

Browse files
committed
Fix vimgrep output for the recursion test
1 parent 34f3643 commit f9e91ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/recursion_vimgrep.ok

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
|1 col 1| GrepAdd -I c
2-
recursion\a\alphabet.in|3 col 1| c
3-
recursion\b\alphabet.in|3 col 1| c
4-
recursion\c\alphabet.in|3 col 1| c
2+
.\recursion\a\alphabet.in|3 col 1| c
3+
.\recursion\b\alphabet.in|3 col 1| c
4+
.\recursion\c\alphabet.in|3 col 1| c
55
|1 col 1| GrepAdd -I C
6-
recursion\a\alphabet.in|29 col 1| C
7-
recursion\b\alphabet.in|29 col 1| C
8-
recursion\c\alphabet.in|29 col 1| C
6+
.\recursion\a\alphabet.in|29 col 1| C
7+
.\recursion\b\alphabet.in|29 col 1| C
8+
.\recursion\c\alphabet.in|29 col 1| C

0 commit comments

Comments
 (0)