1
0
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:
Bram Moolenaar
2016-09-06 22:15:08 +02:00
parent 64d8e25bf6
commit aeac9006d5
4 changed files with 7 additions and 2 deletions

View File

@@ -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);