diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-09-13 20:26:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-09-13 20:26:32 +0000 |
commit | c0197e2815208269fa9ba2fba95230138ec39ceb (patch) | |
tree | 21db1c3acd16fb095a8e34ce2e15ed87275cbd79 /src/proto/mark.pro | |
parent | 15d0a8c77dad867b69822e2fd8f9f6bbcf765c48 (diff) | |
download | vim-c0197e2815208269fa9ba2fba95230138ec39ceb.zip |
updated for version 7.0016
Diffstat (limited to 'src/proto/mark.pro')
-rw-r--r-- | src/proto/mark.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/mark.pro b/src/proto/mark.pro index b90a1b07a..f7e5cf8c5 100644 --- a/src/proto/mark.pro +++ b/src/proto/mark.pro @@ -11,6 +11,7 @@ int check_mark __ARGS((pos_T *pos)); void clrallmarks __ARGS((buf_T *buf)); char_u *fm_getname __ARGS((fmark_T *fmark, int lead_len)); void do_marks __ARGS((exarg_T *eap)); +void ex_delmarks __ARGS((exarg_T *eap)); void ex_jumps __ARGS((exarg_T *eap)); void ex_changes __ARGS((exarg_T *eap)); void mark_adjust __ARGS((linenr_T line1, linenr_T line2, long amount, long amount_after)); |