hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
567 stars 45 forks source link

Escape dollars in names to prevent env-var expansion #117

Open joshbode opened 1 month ago

joshbode commented 1 month ago

Dollars in filenames need to be escaped so they aren't interpreted as variables for expansion

image image

Having $ in filenames is something that is common in Remix (dynamic segments)