diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-24 23:01:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-24 23:01:23 +0000 |
commit | 0a5fe2140db2e6688a7ef42031a21d8293038715 (patch) | |
tree | c4a543636157a7e148ef789201f0f6373f8b548e /src/proto/ops.pro | |
parent | c4def13f8bc6631add3b10bb84783acca72795ae (diff) | |
download | vim-git-0a5fe2140db2e6688a7ef42031a21d8293038715.tar.gz |
updated for version 7.0092
Diffstat (limited to 'src/proto/ops.pro')
-rw-r--r-- | src/proto/ops.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ops.pro b/src/proto/ops.pro index 5952b951e..da9973bbe 100644 --- a/src/proto/ops.pro +++ b/src/proto/ops.pro @@ -29,6 +29,7 @@ int swapchar __ARGS((int op_type, pos_T *pos)); void op_insert __ARGS((oparg_T *oap, long count1)); int op_change __ARGS((oparg_T *oap)); void init_yank __ARGS((void)); +void clear_registers __ARGS((void)); int op_yank __ARGS((oparg_T *oap, int deleting, int mess)); void do_put __ARGS((int regname, int dir, long count, int flags)); int preprocs_left __ARGS((void)); |