forked from aniani/vim
updated for version 7.3.161
Problem: Items on the stack may be too big. Solution: Make items static or allocate them.
This commit is contained in:
@@ -1492,7 +1492,7 @@ dialog_changed(buf, checkall)
|
||||
buf_T *buf;
|
||||
int checkall; /* may abandon all changed buffers */
|
||||
{
|
||||
char_u buff[IOSIZE];
|
||||
char_u buff[DIALOG_MSG_SIZE];
|
||||
int ret;
|
||||
buf_T *buf2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user