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
fix(job): escape square brackets [] from being expanded (#511)
Looks like vim is doing regex string parsing when using `expand` so when
using have paths that represent some invalid regex, an error is thrown.
In this particular case, the invalid regex came in the form of reverse
range: `:expand("[z-a]")` will error out
0 commit comments