mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-128
This commit is contained in:
@@ -637,6 +637,7 @@ gui_exit(rc)
|
|||||||
|
|
||||||
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11) || defined(FEAT_GUI_MSWIN) \
|
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11) || defined(FEAT_GUI_MSWIN) \
|
||||||
|| defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) || defined(PROTO)
|
|| defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) || defined(PROTO)
|
||||||
|
# define NEED_GUI_UPDATE_SCREEN 1
|
||||||
/*
|
/*
|
||||||
* Called when the GUI shell is closed by the user. If there are no changed
|
* Called when the GUI shell is closed by the user. If there are no changed
|
||||||
* files Vim exits, otherwise there will be a dialog to ask the user what to
|
* files Vim exits, otherwise there will be a dialog to ask the user what to
|
||||||
@@ -665,8 +666,7 @@ gui_shell_closed()
|
|||||||
|
|
||||||
exiting = FALSE;
|
exiting = FALSE;
|
||||||
cmdmod = save_cmdmod;
|
cmdmod = save_cmdmod;
|
||||||
setcursor(); /* position cursor */
|
gui_update_screen(); /* redraw, window may show changed buffer */
|
||||||
out_flush();
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -4823,6 +4823,7 @@ no_console_input()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(FIND_REPLACE_DIALOG) || defined(FEAT_SUN_WORKSHOP) \
|
#if defined(FIND_REPLACE_DIALOG) || defined(FEAT_SUN_WORKSHOP) \
|
||||||
|
|| defined(NEED_GUI_UPDATE_SCREEN) \
|
||||||
|| defined(PROTO)
|
|| defined(PROTO)
|
||||||
/*
|
/*
|
||||||
* Update the current window and the screen.
|
* Update the current window and the screen.
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
128,
|
||||||
/**/
|
/**/
|
||||||
127,
|
127,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user