forked from aniani/vim
updated for version 7.4a.047
Problem: Some comments are not so nice. Solution: Change the comments.
This commit is contained in:
@@ -6992,7 +6992,7 @@ ex_exit(eap)
|
|||||||
# ifdef FEAT_GUI
|
# ifdef FEAT_GUI
|
||||||
need_mouse_correct = TRUE;
|
need_mouse_correct = TRUE;
|
||||||
# endif
|
# endif
|
||||||
/* quit current window, may free buffer */
|
/* Quit current window, may free the buffer. */
|
||||||
win_close(curwin, !P_HID(curwin->w_buffer));
|
win_close(curwin, !P_HID(curwin->w_buffer));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@@ -3067,7 +3067,7 @@ msg_clr_cmdline()
|
|||||||
msg_end()
|
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,
|
* or the ruler option is set and we run into it,
|
||||||
* we have to redraw the window.
|
* we have to redraw the window.
|
||||||
* Do not do this if we are abandoning the file or editing the command line.
|
* Do not do this if we are abandoning the file or editing the command line.
|
||||||
|
@@ -2891,7 +2891,7 @@ free_yank_all()
|
|||||||
* register and then concatenate the old and the new one (so we keep the old
|
* register and then concatenate the old and the new one (so we keep the old
|
||||||
* one in case of out-of-memory).
|
* one in case of out-of-memory).
|
||||||
*
|
*
|
||||||
* return FAIL for failure, OK otherwise
|
* Return FAIL for failure, OK otherwise.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
op_yank(oap, deleting, mess)
|
op_yank(oap, deleting, mess)
|
||||||
|
@@ -11452,6 +11452,7 @@ change_compatible(on)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Return TRUE when option "name" has been set.
|
* Return TRUE when option "name" has been set.
|
||||||
|
* Only works correctly for global options.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
option_was_set(name)
|
option_was_set(name)
|
||||||
|
@@ -727,6 +727,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
47,
|
||||||
/**/
|
/**/
|
||||||
46,
|
46,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user