mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0179
This commit is contained in:
@@ -6405,7 +6405,7 @@ buf_reload(buf)
|
||||
/* Open the memline. */
|
||||
curbuf = savebuf;
|
||||
curwin->w_buffer = savebuf;
|
||||
saved = ml_open();
|
||||
saved = ml_open(curbuf);
|
||||
curbuf = buf;
|
||||
curwin->w_buffer = buf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user