Skip to content

Commit e4fc78d

Browse files
committed
1 parent acbd924 commit e4fc78d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_vim/plugin-list.vim

+5-4
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,11 @@ NeoBundle 'xu-cheng/brew.vim'
462462
"autocmd FileType ruby,eruby set filetype=ruby.eruby.chef
463463

464464
NeoBundle 'mileszs/ack.vim'
465-
cnoreabbrev ag Ack
466-
cnoreabbrev aG Ack
467-
cnoreabbrev Ag Ack
468-
cnoreabbrev AG Ack
465+
cnoreabbrev Ack Ack!
466+
cnoreabbrev ag Ack!
467+
cnoreabbrev aG Ack!
468+
cnoreabbrev Ag Ack!
469+
cnoreabbrev AG Ack!
469470
if executable('ag')
470471
let g:ackprg = 'ag --vimgrep --smart-case'
471472
endif

0 commit comments

Comments
 (0)