Skip to content
New issue

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

Completion for :Spawn different from the one for :! #202

Closed
shym opened this issue May 27, 2017 · 1 comment
Closed

Completion for :Spawn different from the one for :! #202

shym opened this issue May 27, 2017 · 1 comment

Comments

@shym
Copy link
Contributor

shym commented May 27, 2017

I ran into two issues with :Spawn’s completion.

  1. 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.
  2. The characters that should be escaped (I checked with spaces and semi-colons) in filenames don’t get escaped.
@tpope
Copy link
Owner

tpope commented May 28, 2017

Escaping is easy enough. Positional parameters are really hard to get right. Hopefully my fix doesn't break something else.

@tpope tpope closed this as completed in d6927ff May 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants