mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(old): restore default 'grepprg' and 'grepformat' (#28574)
This prevents test failure when "rg" is executable.
This commit is contained in:
parent
234b5f6701
commit
efaf37a2b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user