fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit f92f109b2752c67437f932d82297ed957289d897
parent dbefe54dca8e55b06ac334841ea1e933a5b5f6c3
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Fri, 27 Jan 2017 00:34:07 -0800

Fix tests on OS X

Diffstat:
Mtest/fzytest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/fzytest.c b/test/fzytest.c @@ -1,5 +1,5 @@ #define _GNU_SOURCE -#include <malloc.h> +#include <stdlib.h> #include <signal.h> #include <stdio.h> #include <string.h>