0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-271

This commit is contained in:
Bram Moolenaar
2008-03-11 21:02:00 +00:00
parent aad8664d07
commit 6ae909839f
2 changed files with 3 additions and 1 deletions

View File

@@ -9239,7 +9239,7 @@ aucmd_prepbuf(aco, buf)
aco_save_T *aco; /* structure to save values in */
buf_T *buf; /* new curbuf */
{
aco->save_buf = buf;
aco->save_buf = curbuf;
curbuf = buf;
curwin->w_buffer = buf;
}