diff src/ex_cmds.c @ 10141:b67088aae933 v7.4.2341

commit https://github.com/vim/vim/commit/aeac9006d5d14910f214f09df52c026a5936e737 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 22:15:08 2016 +0200 patch 7.4.2341 Problem: Tiny things. Test doesn't clean up properly. Solution: Adjust comment and white space. Restore option value.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 22:30:07 +0200
parents 58e6dd1d8be3
children c036c0f636d5
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -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);