docs: fix typos (#20509)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2022-10-13 15:18:48 +02:00
committed by GitHub
parent 730228f6db
commit eb123b565e
4 changed files with 10 additions and 10 deletions

View File

@@ -215,11 +215,11 @@ static bool compl_interrupted = false;
static bool compl_restarting = false; ///< don't insert match
///< When the first completion is done "compl_started" is set. When it's
///< false the word to be completed must be located.
/// When the first completion is done "compl_started" is set. When it's
/// false the word to be completed must be located.
static bool compl_started = false;
///< Which Ctrl-X mode are we in?
/// Which Ctrl-X mode are we in?
static int ctrl_x_mode = CTRL_X_NORMAL;
static int compl_matches = 0; ///< number of completion matches