mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
clang/"null passed to nonnull arg": ex_history
This commit is contained in:
parent
712cf9d8f3
commit
fb7c48f2f3
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user