문제

When i use Ack in vim (eg. :Ack "INSERT INTO") it opens the first file with a result in the current buffer. Is there a way to disable this, so I can browse the results before I open the file?

I'm using gVim 7.4 and follow this Ack Repository: https://github.com/mileszs/ack.vim

도움이 되었습니까?

해결책

:Ack! xxxxxx xxx

you need the [!]

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top