From: Samir Benmendil Date: Fri, 11 Mar 2022 08:36:26 +0000 (+0000) Subject: vim: update Ag command X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a520b13c6dfb658200e44dfd61aca4c01d3d3ffd vim: update Ag command I believe this fixed some quoting issues. --- 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')