Commit d968b83

mo khan <mo@mokhan.ca>
2021-08-12 18:50:12
fix: use default grepformat to fix search result selection
1 parent 0ad09df
Changed files (1)
vimrc
@@ -70,7 +70,6 @@ set wildignore+=*/tmp/*,*.so,*/coverage/*
 
 if executable('ag')
   set grepprg=ag\ --vimgrep\ $*
-  set grepformat^=%f:%l%c:%m
 endif
 
 if has("termguicolors")