mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0003
This commit is contained in:
@@ -231,6 +231,7 @@ struct vimvar
|
||||
{"throwpoint", sizeof("throwpoint") - 1, NULL, VAR_STRING, VV_RO},
|
||||
{"register", sizeof("register") - 1, NULL, VAR_STRING, VV_RO},
|
||||
{"cmdbang", sizeof("cmdbang") - 1, NULL, VAR_NUMBER, VV_RO},
|
||||
{"insertmode", sizeof("insertmode") - 1, NULL, VAR_STRING, VV_RO},
|
||||
};
|
||||
|
||||
static int eval0 __ARGS((char_u *arg, VAR retvar, char_u **nextcmd, int evaluate));
|
||||
@@ -4877,6 +4878,9 @@ f_has(argvars, retvar)
|
||||
#ifdef FEAT_GUI_BEOS
|
||||
"gui_beos",
|
||||
#endif
|
||||
#ifdef FEAT_GUI_KDE
|
||||
"gui_kde",
|
||||
#endif
|
||||
#ifdef FEAT_GUI_GTK
|
||||
"gui_gtk",
|
||||
# ifdef HAVE_GTK2
|
||||
|
Reference in New Issue
Block a user