Skip to content

Commit

Permalink
Removing junk lines; Closes mileszs#5
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rkingpa@sharpsaw.org committed Mar 7, 2013
1 parent 8973198 commit 52e52b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions autoload/ag.vim
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,3 @@ command! -bang -nargs=* -complete=file LAgAdd call s:Ag('lgrepadd<bang>', <q-arg
command! -bang -nargs=* -complete=file AgFile call s:Ag('grep<bang> -g', <q-args>)
command! -bang -nargs=* -complete=help AgHelp call s:AgHelp('grep<bang>',<q-args>)
command! -bang -nargs=* -complete=help LAgHelp call s:AgHelp('lgrep<bang>',<q-args>)
command! -bang -nargs=+ -complete=file Ag let g:agprg = 'ag --nogroup --nocolor --column'
\|call s:Ag('grep<bang>',<q-args>)
2 changes: 0 additions & 2 deletions plugin/ag.vim
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,3 @@ command! -bang -nargs=* -complete=file LAgAdd call s:Ag('lgrepadd<bang>', <q-arg
command! -bang -nargs=* -complete=file AgFile call s:Ag('grep<bang> -g', <q-args>)
command! -bang -nargs=* -complete=help AgHelp call s:AgHelp('grep<bang>',<q-args>)
command! -bang -nargs=* -complete=help LAgHelp call s:AgHelp('lgrep<bang>',<q-args>)
command! -bang -nargs=+ -complete=file Ag let g:agprg = 'ag --nogroup --nocolor --column'
\|call s:Ag('grep<bang>',<q-args>)

0 comments on commit 52e52b6

Please sign in to comment.