scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Completions for folder names with parentheses/brackets dont work #326

Open kkarikos opened 1 year ago

kkarikos commented 1 year ago

Folder names with parentheses and brackets don't work. Actually only instead of not working they break the behavior. For example adding (with ga 1) such a file causes all files to be added.

In the listing they are followed by an error (eval):1: no matches found:.

Such folder names are common for example in SvelteKit projects due to their naming scheme of routes.

kkarikos commented 1 year ago

When digging a bit more it looks like this happens with zsh and does not happen with bash.