never used unite grep

Thu, 06 Jun 2019 13:36:21 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 06 Jun 2019 13:36:21 -0500
changeset 771
e1d67c65a7e4
parent 770
1b9258b32ca4
child 772
7ae185f81e1a

never used unite grep

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -409,10 +409,6 @@ endtry
 let g:unite_source_session_enable_auto_save = 1
 
 if executable('ag')
-  let g:unite_source_grep_command = 'ag'
-  let g:unite_source_grep_default_opts = '--nogroup --nocolor --column'
-  let g:unite_source_grep_recursive_opt = ''
-
   let g:unite_source_rec_async_command = ['ag', '-f', '--nocolor', '--nogroup', '-g', '']
 endif
 

mercurial