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

:Prettier causes :Ggrep to lose history #39

Closed
trungdq88 opened this issue Aug 11, 2017 · 2 comments · Fixed by #40
Closed

:Prettier causes :Ggrep to lose history #39

trungdq88 opened this issue Aug 11, 2017 · 2 comments · Fixed by #40
Assignees
Labels

Comments

@trungdq88
Copy link

trungdq88 commented Aug 11, 2017

Thanks for awesome plugin. Can you take a look at this?

without :Prettier this should to through the matches list of 'abc'

(in vim)

:Ggrep 'abc'
:cnext
:cnext
:cnext

with :Prretier

:Ggrep 'abc'
:Prettier
:cnext -----> Cause E42: No Errors
:cnext

Image:
image

GIF:
prettier

@mitermayer mitermayer added the bug label Aug 11, 2017
@mitermayer
Copy link
Member

Hi @trungdq88

Thanks for submitting this issue, will have a look into it during the weekend

@trungdq88
Copy link
Author

Thanks. That's very nice response time.

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

Successfully merging a pull request may close this issue.

2 participants