mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 08:31:47 +00:00
clang/"null passed to nonnull arg": ex_history
This commit is contained in:
@@ -5933,6 +5933,7 @@ void ex_history(exarg_T *eap)
|
||||
|
||||
for (; !got_int && histype1 <= histype2; ++histype1) {
|
||||
STRCPY(IObuff, "\n # ");
|
||||
assert(history_names[histype1] != NULL);
|
||||
STRCAT(STRCAT(IObuff, history_names[histype1]), " history");
|
||||
MSG_PUTS_TITLE(IObuff);
|
||||
idx = hisidx[histype1];
|
||||
|
||||
Reference in New Issue
Block a user