You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the cursor is at '*' in :Spawn * file, completion proposes (correctly) names for executables. But in :Spawn a* file, it suggests completions of filenames beginning with 'a' instead.
The characters that should be escaped (I checked with spaces and semi-colons) in filenames don’t get escaped.
The text was updated successfully, but these errors were encountered:
I ran into two issues with :Spawn’s completion.
:Spawn * file
, completion proposes (correctly) names for executables. But in:Spawn a* file
, it suggests completions of filenames beginning with 'a' instead.The text was updated successfully, but these errors were encountered: