include.c (744B)
1 #if CENTER_PATCH 2 #include "center.c" 3 #endif 4 #if HIGHLIGHT_PATCH 5 #include "highlight.c" 6 #endif 7 #if FUZZYMATCH_PATCH 8 #include "fuzzymatch.c" 9 #endif 10 #if FZFEXPECT_PATCH 11 #include "fzfexpect.c" 12 #endif 13 #if HIGHPRIORITY_PATCH 14 #include "highpriority.c" 15 #endif 16 #if INPUTMETHOD_PATCH 17 #include "inputmethod.c" 18 #endif 19 #if DYNAMIC_OPTIONS_PATCH 20 #include "dynamicoptions.c" 21 #endif 22 #if MULTI_SELECTION_PATCH 23 #include "multiselect.c" 24 #endif 25 #if MOUSE_SUPPORT_PATCH 26 #include "mousesupport.c" 27 #endif 28 #if NAVHISTORY_PATCH 29 #include "navhistory.c" 30 #endif 31 #if VI_MODE_PATCH 32 #include "vi_mode.c" 33 #endif 34 #if NON_BLOCKING_STDIN_PATCH 35 #include "nonblockingstdin.c" 36 #endif 37 #if NUMBERS_PATCH 38 #include "numbers.c" 39 #endif 40 #if XRESOURCES_PATCH 41 #include "xresources.c" 42 #endif