Skip to content

Commit e5e75b0

Browse files
committed
remove invalid flag for ack
1 parent 7bd0e31 commit e5e75b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vimrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
set autoread "auto reload if file saved externally
147147
set fileformats+=mac "add mac to auto-detection of file format line endings
148148
set nrformats-=octal "always assume decimal numbers
149+
set autochdir
149150
set showcmd
150151
set tags=tags;/
151152
set showfulltag
@@ -550,7 +551,7 @@
550551
let g:unite_source_grep_recursive_opt=''
551552
elseif executable('ack')
552553
let g:unite_source_grep_command='ack'
553-
let g:unite_source_grep_default_opts='--no-heading --no-color -a -C4'
554+
let g:unite_source_grep_default_opts='--no-heading --no-color -C4'
554555
let g:unite_source_grep_recursive_opt=''
555556
endif
556557

0 commit comments

Comments
 (0)