Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quote meta-characters in the completion pattern.
Because we're completing text from the document, we can't assume it's going to be a sensible regex pattern, or glob pattern, let alone both, so we should quote the pattern before we hand it off to helper tools like grep and find.
- Loading branch information