0
0
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:
Bram Moolenaar
2004-06-30 16:16:41 +00:00
parent f4b8e57ffd
commit 843ee41eb8
72 changed files with 15746 additions and 1079 deletions

View File

@@ -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