File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -3067,7 +3067,7 @@ msg_clr_cmdline()
30673067msg_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.
Original file line number Diff line number Diff 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
28972897op_yank (oap , deleting , mess )
Original file line number Diff line number Diff 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
1145711458option_was_set (name )
Original file line number Diff line number Diff line change @@ -727,6 +727,8 @@ static char *(features[]) =
727727
728728static int included_patches [] =
729729{ /* Add new patch number below this line */
730+ /**/
731+ 47 ,
730732/**/
731733 46 ,
732734/**/
You can’t perform that action at this time.
0 commit comments