commit | b0bf8580c38d51a44ffe973fef946e538df16dac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 13 20:02:15 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 13 20:02:15 2005 +0000 |
tree | 68bec782de16be0d760320d972717328cfe16844 | |
parent | 900b4d77f00b3ab7503d5e2865eca61ce5005c69 [diff] [blame] |
updated for version 7.0169
diff --git a/src/normal.c b/src/normal.c index 346cc8b..cee008e 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -2110,6 +2110,7 @@ /* * Handle the "gy" operator: call 'operatorfunc'. */ +/*ARGSUSED*/ void op_function(oap) oparg_T *oap;