forked from aniani/vim
Make automatic prototype generation work with more interfaces.
This commit is contained in:
@@ -8491,7 +8491,7 @@ ex_undo(eap)
|
||||
}
|
||||
|
||||
#ifdef FEAT_PERSISTENT_UNDO
|
||||
void
|
||||
static void
|
||||
ex_wundo(eap)
|
||||
exarg_T *eap;
|
||||
{
|
||||
@@ -8501,7 +8501,7 @@ ex_wundo(eap)
|
||||
u_write_undo(eap->arg, eap->forceit, curbuf, hash);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
ex_rundo(eap)
|
||||
exarg_T *eap;
|
||||
{
|
||||
|
Reference in New Issue
Block a user