fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit fa24560456068457586501e9d2cab220934dd4d5 parent be507b36963a0966ed077a2798effedb5eb846d0 Author: John Hawthorn <john@hawthorn.email> Date: Mon, 9 Dec 2024 18:01:31 -0800 Remove trailing whitespace Diffstat:
| M | src/match.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/match.h b/src/match.h @@ -3,7 +3,7 @@ #include <math.h> -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -17,7 +17,7 @@ int has_match(const char *needle, const char *haystack); score_t match_positions(const char *needle, const char *haystack, size_t *positions); score_t match(const char *needle, const char *haystack); -#ifdef __cplusplus +#ifdef __cplusplus } #endif