zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

POSIX_IDENTIFIERS compatibility #564

Closed kittokin closed 3 years ago

kittokin commented 4 years ago

zsh-autosuggestions plugin doesn't work when zsh has posix_identifiers option enabled. when set, it keeps complaining about "bad math expression: operator expected at "name..." but if you surround it with {} it stops and works again

kittokin commented 3 years ago

Forgot to mention it work without that option being set