fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit a396682ffb0868b2e1096f98d23cbdcab5e815d2 parent 3ffcf377353a33cac1e2a5f6e48508e89e55c35f Author: John Hawthorn <john.hawthorn@gmail.com> Date: Thu, 18 Sep 2014 00:24:24 -0700 Remove stray ; Diffstat:
| M | choices.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/choices.c b/choices.c @@ -80,7 +80,7 @@ const char *choices_get(choices_t *c, size_t n){ } } double choices_getscore(choices_t *c, size_t n){ - return c->results[n].score;; + return c->results[n].score; } void choices_prev(choices_t *c){