From 21a3d1a5118111218a17157bd0f88ad621b44cce Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 5 Apr 2021 13:41:39 +0900 Subject: Fix the comments --- src/nvim/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/edit.c') diff --git a/src/nvim/edit.c b/src/nvim/edit.c index b639da8fb5..ea13052f25 100644 --- a/src/nvim/edit.c +++ b/src/nvim/edit.c @@ -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 -- cgit