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
As mentioned here: #20 (comment) there is an issue where the first character from the line being autocompleted is deleted when accepting an item:
(group-|) ;; Press <Cr> / your accept key group-by|)
The first bracket is deleted. This does not occur, in this example, when adding a space at the beginning:
(group-|) ;; Press <Cr> / your accept key (group-by|)
The text was updated successfully, but these errors were encountered:
Maybe a more approachable reproduce guide:
In an empty lua file type:
{a|}
and accept the autocomplete item. Results in:
assert|}
Sorry, something went wrong.
655d2ee
fix: accept replacing first char in line
7078432
closes Saghen#38
6444906
No branches or pull requests
As mentioned here: #20 (comment) there is an issue where the first character from the line being autocompleted is deleted when accepting an item:
The first bracket is deleted. This does not occur, in this example, when adding a space at the beginning:
The text was updated successfully, but these errors were encountered: