mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
vim-patch:7.4.2106
Problem: Clang warns about missing field in initializer.
Solution: Define COMMA and use it. (Kazunobu Kuriyama)
ac77aec4da
This commit is contained in:
@@ -2340,6 +2340,7 @@ int do_ecmd(
|
||||
}
|
||||
xfree(new_name);
|
||||
au_new_curbuf.br_buf = NULL;
|
||||
au_new_curbuf.br_buf_free_count = 0;
|
||||
}
|
||||
|
||||
curwin->w_pcmark.lnum = 1;
|
||||
@@ -2625,6 +2626,7 @@ static void delbuf_msg(char_u *name)
|
||||
name == NULL ? (char_u *)"" : name);
|
||||
xfree(name);
|
||||
au_new_curbuf.br_buf = NULL;
|
||||
au_new_curbuf.br_buf_free_count = 0;
|
||||
}
|
||||
|
||||
static int append_indent = 0; /* autoindent for first line */
|
||||
|
Reference in New Issue
Block a user