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
var ModuleName^ = require('ModuleName^');`cursor^
ModuleName^ = require('
If you complete module name with any autocompletion plugin (probably even VIM's own c-p behavior) an extra space is inserted to the right of all text.
The text was updated successfully, but these errors were encountered:
Does anyone know how to avoid inserting the extra space when hitting enter on a PUM window (with xpt).
Sorry, something went wrong.
No branches or pull requests
var
ModuleName^ = require('
ModuleName^');`cursor^If you complete module name with any autocompletion plugin (probably even VIM's own c-p behavior) an extra space is inserted to the right of all text.
The text was updated successfully, but these errors were encountered: