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
Hello! Great plugin, very excited for this new version.
When editing a file with the following contents and the cursor in the position marked <cursor>:
<cursor>
first line third li<cursor>ne
In vim, pressing o would add a new line under the existing line and move your cursor to it.
o
first line third line <cursor>
This currently works as expected in godot-vim except for the final line of the file. Instead, the current line contents are moved down as well:
first line <cursor>third line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Great plugin, very excited for this new version.
When editing a file with the following contents and the cursor in the position marked
<cursor>
:In vim, pressing
o
would add a new line under the existing line and move your cursor to it.This currently works as expected in godot-vim except for the final line of the file.
Instead, the current line contents are moved down as well:
The text was updated successfully, but these errors were encountered: