Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): source c ftplugin properly for cpp on Windows (#29053)
On Windows, '{' is currently not treated as a wildcard char, so another wildcard char is needed for the pattern to be treated as a wildcard. It may be worth trying to make '{' always a wildcard char in the future, but that'll be a bit harder as it'll be necessary to make sure '{' is escaped at various places. (cherry picked from commit 7b16c1f)
- Loading branch information