1
0
forked from aniani/vim

updated for version 7.2-177

This commit is contained in:
Bram Moolenaar
2009-05-16 15:31:32 +00:00
parent 8f0b2d46c7
commit af0167fa39
12 changed files with 145 additions and 240 deletions

View File

@@ -884,10 +884,9 @@ ex_delmarks(eap)
/*
* print the jumplist
*/
/*ARGSUSED*/
void
ex_jumps(eap)
exarg_T *eap;
exarg_T *eap UNUSED;
{
int i;
char_u *name;
@@ -933,10 +932,9 @@ ex_jumps(eap)
/*
* print the changelist
*/
/*ARGSUSED*/
void
ex_changes(eap)
exarg_T *eap;
exarg_T *eap UNUSED;
{
int i;
char_u *name;