Fix the comments

This commit is contained in:
Shougo Matsushita
2021-04-05 13:41:39 +09:00
parent 1996028c5c
commit 21a3d1a511
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ typedef enum {
CP_CONT_S_IPOS = 4, // use CONT_S_IPOS for compl_cont_status
CP_EQUAL = 8, // ins_compl_equal() always returns true
CP_ICASE = 16, // ins_compl_equal ignores case
CP_FAST = 32, // use fast_breakcheck instead of ui_breakcheck
CP_FAST = 32, // use fast_breakcheck instead of os_breakcheck
} cp_flags_T;
typedef int (*IndentGetter)(void);