mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy buffer
Problem: BufUnload is not triggered for the quickfix dummy buffer.
Solution: Do trigger BufUnload. (Pontus Leitzler,closes vim/vim#7518, closes vim/vim#7517)
Fix white space around "=".
1cfb9bb5c0
This commit is contained in:
@@ -5665,7 +5665,7 @@ bool buf_contents_changed(buf_T *buf)
|
||||
void
|
||||
wipe_buffer(
|
||||
buf_T *buf,
|
||||
int aucmd // When true trigger autocommands.
|
||||
bool aucmd // When true trigger autocommands.
|
||||
)
|
||||
{
|
||||
if (!aucmd) {
|
||||
|
Reference in New Issue
Block a user