summaryrefslogtreecommitdiffstats
path: root/src
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
parent16ea3676db939c9cc326d3707cf9a0e1023ba9cd (diff)
updated for version 7.4a.047v7.4a.047
Problem: Some comments are not so nice. Solution: Change the comments.
Diffstat (limited to 'src')
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/message.c2
-rw-r--r--src/ops.c2
-rw-r--r--src/option.c1
-rw-r--r--src/version.c2
5 files changed, 6 insertions, 3 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 1fead39481..24f80fbfa2 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
}
diff --git a/src/message.c b/src/message.c
index 8330ef7387..86db5a882f 100644
--- a/src/message.c
+++ b/src/message.c
@@ -3067,7 +3067,7 @@ msg_clr_cmdline()
msg_end()
{
/*
- * if the string is larger than the window,
+ * If the string is larger than the window,
* or the ruler option is set and we run into it,
* we have to redraw the window.
* Do not do this if we are abandoning the file or editing the command line.
diff --git a/src/ops.c b/src/ops.c
index 0eb5903418..3ee6e55160 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -2891,7 +2891,7 @@ free_yank_all()
* register and then concatenate the old and the new one (so we keep the old
* one in case of out-of-memory).
*
- * return FAIL for failure, OK otherwise
+ * Return FAIL for failure, OK otherwise.
*/
int
op_yank(oap, deleting, mess)
diff --git a/src/option.c b/src/option.c
index 2f1ef11309..bf655560a4 100644
--- a/src/option.c
+++ b/src/option.c
@@ -11452,6 +11452,7 @@ change_compatible(on)
/*
* Return TRUE when option "name" has been set.
+ * Only works correctly for global options.
*/
int
option_was_set(name)
diff --git a/src/version.c b/src/version.c
index 07716b544b..e71b778aab 100644
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 47,
+/**/
46,
/**/
45,