We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
lf
:echo hello
:
<c-p>
hello
world
Expected behavior
:echo world
Actual behavior
<c-n>
Additional info
The text was updated successfully, but these errors were encountered:
This was fixed in #953.
Sorry, something went wrong.
Ah thanks, didn't browse the PRs, only issues.
No branches or pull requests
Steps to reproduce
lf
:echo hello
:
followed by<c-p>
(:echo hello
appears) and changehello
intoworld
, then press enter:
followed by<c-p>
Expected behavior
:echo world
appears (i.e. the previously run command)Actual behavior
:echo hello
appears (and btw after pressing<c-n>
,:echo world
appears)Additional info
:
before pressing<c-p>
, the expected behavior occurs.The text was updated successfully, but these errors were encountered: