Problem: Some comments are not so nice.
Solution: Change the comments.
# 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
}
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.
* 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)
/*
* Return TRUE when option "name" has been set.
+ * Only works correctly for global options.
*/
int
option_was_set(name)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 47,
/**/
46,
/**/