forked from aniani/vim
patch 7.4.2341
Problem: Tiny things. Test doesn't clean up properly. Solution: Adjust comment and white space. Restore option value.
This commit is contained in:
@@ -3947,7 +3947,7 @@ do_ecmd(
|
||||
buf_copy_options(buf, BCO_ENTER);
|
||||
|
||||
/* Close the link to the current buffer. This will set
|
||||
* curwin->w_buffer to NULL. */
|
||||
* oldwin->w_buffer to NULL. */
|
||||
u_sync(FALSE);
|
||||
close_buffer(oldwin, curbuf,
|
||||
(flags & ECMD_HIDE) ? 0 : DOBUF_UNLOAD, FALSE);
|
||||
|
Reference in New Issue
Block a user