mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
fix: clang warnings (#21247)
This commit is contained in:
@@ -1427,6 +1427,7 @@ void aucmd_prepbuf(aco_save_T *aco, buf_T *buf)
|
||||
// then we can't reliably execute the autocmd,
|
||||
// return with "curbuf" unequal "buf".
|
||||
if (auc_win == NULL) {
|
||||
assert(curbuf != buf);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user