mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0024
This commit is contained in:
@@ -5216,6 +5216,28 @@ fix_help_buffer()
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* ":exusage"
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
ex_exusage(eap)
|
||||
exarg_T *eap;
|
||||
{
|
||||
do_cmdline_cmd((char_u *)"help ex-cmd-index");
|
||||
}
|
||||
|
||||
/*
|
||||
* ":viusage"
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
ex_viusage(eap)
|
||||
exarg_T *eap;
|
||||
{
|
||||
do_cmdline_cmd((char_u *)"help normal-index");
|
||||
}
|
||||
|
||||
#if defined(FEAT_EX_EXTRA) || defined(PROTO)
|
||||
static void helptags_one __ARGS((char_u *dir, char_u *ext, char_u *lang));
|
||||
|
||||
|
Reference in New Issue
Block a user