mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
ex_cmds2: checkall in dialog_changed() is bool
This commit is contained in:
@@ -1279,7 +1279,7 @@ bool check_changed(buf_T *buf, int flags)
|
||||
///
|
||||
/// @param buf
|
||||
/// @param checkall may abandon all changed buffers
|
||||
void dialog_changed(buf_T *buf, int checkall)
|
||||
void dialog_changed(buf_T *buf, bool checkall)
|
||||
{
|
||||
char_u buff[DIALOG_MSG_SIZE];
|
||||
int ret;
|
||||
|
Reference in New Issue
Block a user