include.h (546B)
1 #if DYNAMIC_OPTIONS_PATCH 2 #include "dynamicoptions.h" 3 #endif 4 #if FZFEXPECT_PATCH 5 #include "fzfexpect.h" 6 #endif 7 #if INPUTMETHOD_PATCH 8 #include "inputmethod.h" 9 #endif 10 #if MOUSE_SUPPORT_PATCH 11 #include "mousesupport.h" 12 #endif 13 #if MULTI_SELECTION_PATCH 14 #include "multiselect.h" 15 #endif 16 #if NAVHISTORY_PATCH 17 #include "navhistory.h" 18 #endif 19 #if VI_MODE_PATCH 20 #include "vi_mode.h" 21 #endif 22 #if HIGHPRIORITY_PATCH 23 #include "highpriority.h" 24 #endif 25 #if NON_BLOCKING_STDIN_PATCH 26 #include "nonblockingstdin.h" 27 #endif 28 #if NUMBERS_PATCH 29 #include "numbers.h" 30 #endif