mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
test(old): restore default 'grepprg' and 'grepformat' (#28574)
This prevents test failure when "rg" is executable.
This commit is contained in:
@@ -51,6 +51,9 @@ mapclear!
|
|||||||
aunmenu *
|
aunmenu *
|
||||||
tlunmenu *
|
tlunmenu *
|
||||||
|
|
||||||
|
" Undo the 'grepprg' and 'grepformat' setting in _defaults.lua.
|
||||||
|
set grepprg& grepformat&
|
||||||
|
|
||||||
" roughly equivalent to test_setmouse() in Vim
|
" roughly equivalent to test_setmouse() in Vim
|
||||||
func Ntest_setmouse(row, col)
|
func Ntest_setmouse(row, col)
|
||||||
call nvim_input_mouse('move', '', '', 0, a:row - 1, a:col - 1)
|
call nvim_input_mouse('move', '', '', 0, a:row - 1, a:col - 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user