Skip to content
Snippets Groups Projects
Commit f4c66837 authored by dgelessus's avatar dgelessus
Browse files

Remove unnecessary special case in inspection/completion

If the cursor is after the command name, but before the start of the
argument string, it makes more sense from a user perspective to treat
it as if it was at the start of the argument string. This way if there
are multiple spaces between the command name and argument, the user can
still use code completion inside this whitespace and get completions
for the first parameter of the command.
parent dda24329
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment