1
0
forked from aniani/vim

Make automatic prototype generation work with more interfaces.

This commit is contained in:
Bram Moolenaar
2010-07-18 18:04:50 +02:00
parent dc536095ac
commit 6df6f47d6d
15 changed files with 2860 additions and 71 deletions

View File

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