Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid "ShowResults" calls unnecessarily #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drgarcia1986
Copy link

I'm using ack.vim with vim-dispatch integration but in every search a new panel is created unnecessarily. This little change solved this problem for me. Am I missing something?

@drgarcia1986
Copy link
Author

I took a better look at the code of SearchWithDispatch and now I understand how that's works.
This command change the makeprog to use ack and call Make command (from vim-dispatch) right?
This way will work as a simple vim-dispatch command, for this reason, don't need to create a new panel 😄

(ps: I'm using tmux)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant