Skip to content

Commit

Permalink
test(old): restore default 'grepprg' and 'grepformat' (#28574)
Browse files Browse the repository at this point in the history
This prevents test failure when "rg" is executable.
  • Loading branch information
zeertzjq committed Apr 29, 2024
1 parent 234b5f6 commit efaf37a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/old/testdir/setup.vim
Expand Up @@ -51,6 +51,9 @@ mapclear!
aunmenu *
tlunmenu *

" Undo the 'grepprg' and 'grepformat' setting in _defaults.lua.
set grepprg& grepformat&

" roughly equivalent to test_setmouse() in Vim
func Ntest_setmouse(row, col)
call nvim_input_mouse('move', '', '', 0, a:row - 1, a:col - 1)
Expand Down

0 comments on commit efaf37a

Please sign in to comment.