mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
lint
This commit is contained in:
@@ -6110,9 +6110,9 @@ static int open_cmdwin(void)
|
||||
do {
|
||||
if (++i == hislen)
|
||||
i = 0;
|
||||
if (history[histtype][i].hisstr != NULL)
|
||||
ml_append(lnum++, history[histtype][i].hisstr,
|
||||
(colnr_T)0, FALSE);
|
||||
if (history[histtype][i].hisstr != NULL) {
|
||||
ml_append(lnum++, history[histtype][i].hisstr, (colnr_T)0, false);
|
||||
}
|
||||
} while (i != hisidx[histtype]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user