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
:pu[t] =
Describe the bug Ex command put=range(1,5) fail
put=range(1,5)
To Reproduce
:put=range(1,5)
E488: Trailing characters
Expected behavior
Generate 5 lines with numbers 1, 2, 3, 4, 5
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
put =
Fixes #7670: support put = (#7892)
02ede6c
Successfully merging a pull request may close this issue.
Describe the bug
Ex command
put=range(1,5)
failTo Reproduce
:put=range(1,5)
E488: Trailing characters
Expected behavior
Generate 5 lines with numbers 1, 2, 3, 4, 5
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: