Skip to content

Commit

Permalink
Fix AckCmd to be ack_default_options
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashTheBunny committed Jul 26, 2022
1 parent 7507ba7 commit 270c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ set statusline+=%P " percentage of file
" ========= Plugin Options ========

let g:AckAllFiles = 0
let g:AckCmd = 'ack --type-add ruby=.feature --ignore-dir=tmp 2> /dev/null'
let g:ack_default_options = ' --type-add ruby=.feature --ignore-dir=tmp 2>/dev/null'

" Visual * search, modified from: https://git.io/vFGBB
function! s:VSetSearch()
Expand Down

0 comments on commit 270c1c0

Please sign in to comment.