summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-28 16:03:06 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-28 16:03:06 +0200
commit1a4a75c5dcc4a255bbaa60ea6aade5ffdd32e4d9 (patch)
tree425b37caaccc2a7553b97e846133016c2a7d179e /src/ex_docmd.c
parent16ea3676db939c9cc326d3707cf9a0e1023ba9cd (diff)
downloadvim-git-1a4a75c5dcc4a255bbaa60ea6aade5ffdd32e4d9.tar.gz
updated for version 7.4a.047v7.4a.047
Problem: Some comments are not so nice. Solution: Change the comments.
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 1fead3948..24f80fbfa 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -6992,7 +6992,7 @@ ex_exit(eap)
# ifdef FEAT_GUI
need_mouse_correct = TRUE;
# endif
- /* quit current window, may free buffer */
+ /* Quit current window, may free the buffer. */
win_close(curwin, !P_HID(curwin->w_buffer));
#endif
}