Vim-prettier: :Prettier causes :Ggrep to lose history

Created on 11 Aug 2017  路  2Comments  路  Source: prettier/vim-prettier

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

bug

All 2 comments

Hi @trungdq88

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

Thanks. That's very nice response time.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yshuman1 picture yshuman1  路  6Comments

axelav picture axelav  路  4Comments

mitermayer picture mitermayer  路  6Comments

ajcrites picture ajcrites  路  8Comments

larister picture larister  路  4Comments