mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
Fix the comments
This commit is contained in:
parent
1996028c5c
commit
21a3d1a511
@ -3978,7 +3978,7 @@ static void ins_compl_add_dict(dict_T *dict)
|
||||
///
|
||||
/// @param[in] tv Object to get matches from.
|
||||
/// @param[in] dir Completion direction.
|
||||
/// @param[in] fast use fast_breakcheck() instead of ui_breakcheck().
|
||||
/// @param[in] fast use fast_breakcheck() instead of os_breakcheck().
|
||||
///
|
||||
/// @return NOTDONE if the given string is already in the list of completions,
|
||||
/// otherwise it is added to the list and OK is returned. FAIL will be
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user