From a520b13c6dfb658200e44dfd61aca4c01d3d3ffd Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 11 Mar 2022 08:36:26 +0000 Subject: [PATCH] vim: update Ag command I believe this fixed some quoting issues. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 245fbf1..ffc3a1d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -748,7 +748,7 @@ if executable('ag') end nnoremap [unite]a :Unite grep:.:: nnoremap [unite]A :Unite grep:.:-w: -command! -nargs=+ Ag Unite -input= grep:.: +command! -nargs=+ Ag Unite grep:.:: " unite-file_rec {{{3 if executable('ag') -- 2.48.1