junegunn / fzf-git.sh

bash and zsh key bindings for Git objects, powered by fzf
612 stars 53 forks source link

Fix hashes when awk does not support interval expressions #18

Closed jpalus closed 2 years ago

jpalus commented 2 years ago

Improve compatibility with more awk implementations like mawk or nawk by changing interval expression (not supported in those variants) with repetition. Even gawk which does support interval expressions, required additional option to enable such support until version 4.0.

Fixes #17

junegunn commented 2 years ago

Merged, thanks!