mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0092
This commit is contained in:
@@ -46,7 +46,6 @@ static garray_T ucmds = {0, 0, sizeof(ucmd_T), 4, NULL};
|
||||
|
||||
static void do_ucmd __ARGS((exarg_T *eap));
|
||||
static void ex_command __ARGS((exarg_T *eap));
|
||||
static void ex_comclear __ARGS((exarg_T *eap));
|
||||
static void ex_delcommand __ARGS((exarg_T *eap));
|
||||
# ifdef FEAT_CMDL_COMPL
|
||||
static char_u *get_user_command_name __ARGS((int idx));
|
||||
@@ -5390,12 +5389,10 @@ ex_command(eap)
|
||||
|
||||
/*
|
||||
* ":comclear"
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
/*
|
||||
* Clear all user commands, global and for current buffer.
|
||||
*/
|
||||
static void
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
ex_comclear(eap)
|
||||
exarg_T *eap;
|
||||
{
|
||||
|
Reference in New Issue
Block a user