Skip to content

Commit 454146e

Browse files
committed
updated for version 7.4a.047
Problem: Some comments are not so nice. Solution: Change the comments.
1 parent f36af01 commit 454146e

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/ex_docmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6992,7 +6992,7 @@ ex_exit(eap)
69926992
# ifdef FEAT_GUI
69936993
need_mouse_correct = TRUE;
69946994
# endif
6995-
/* quit current window, may free buffer */
6995+
/* Quit current window, may free the buffer. */
69966996
win_close(curwin, !P_HID(curwin->w_buffer));
69976997
#endif
69986998
}

src/message.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,7 @@ msg_clr_cmdline()
30673067
msg_end()
30683068
{
30693069
/*
3070-
* if the string is larger than the window,
3070+
* If the string is larger than the window,
30713071
* or the ruler option is set and we run into it,
30723072
* we have to redraw the window.
30733073
* Do not do this if we are abandoning the file or editing the command line.

src/ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2891,7 +2891,7 @@ free_yank_all()
28912891
* register and then concatenate the old and the new one (so we keep the old
28922892
* one in case of out-of-memory).
28932893
*
2894-
* return FAIL for failure, OK otherwise
2894+
* Return FAIL for failure, OK otherwise.
28952895
*/
28962896
int
28972897
op_yank(oap, deleting, mess)

src/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11452,6 +11452,7 @@ change_compatible(on)
1145211452

1145311453
/*
1145411454
* Return TRUE when option "name" has been set.
11455+
* Only works correctly for global options.
1145511456
*/
1145611457
int
1145711458
option_was_set(name)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ static char *(features[]) =
727727

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
47,
730732
/**/
731733
46,
732734
/**/

0 commit comments

Comments
 (0)