Skip to content

Commit

Permalink
Don't jump to first match when searching.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveray committed Feb 1, 2012
1 parent 4d88995 commit f79d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.vim
Expand Up @@ -363,7 +363,7 @@ set errorformat^=%-GIn\ file\ included\ %.%#
" ack bindings and stuff

function Ack_cmd(options, word)
return "Ack ". a:options . " " . a:word
return "Ack! ". a:options . " " . a:word
endf

" <Leader>f* to recursively search all files for the word under the cursor
Expand Down

0 comments on commit f79d99a

Please sign in to comment.