comparison src/proto/mark.pro @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents 3fc0f57ecb91
children 6c62b9b939bd
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
9 void fmarks_check_names __ARGS((buf_T *buf)); 9 void fmarks_check_names __ARGS((buf_T *buf));
10 int check_mark __ARGS((pos_T *pos)); 10 int check_mark __ARGS((pos_T *pos));
11 void clrallmarks __ARGS((buf_T *buf)); 11 void clrallmarks __ARGS((buf_T *buf));
12 char_u *fm_getname __ARGS((fmark_T *fmark, int lead_len)); 12 char_u *fm_getname __ARGS((fmark_T *fmark, int lead_len));
13 void do_marks __ARGS((exarg_T *eap)); 13 void do_marks __ARGS((exarg_T *eap));
14 void ex_delmarks __ARGS((exarg_T *eap));
14 void ex_jumps __ARGS((exarg_T *eap)); 15 void ex_jumps __ARGS((exarg_T *eap));
15 void ex_changes __ARGS((exarg_T *eap)); 16 void ex_changes __ARGS((exarg_T *eap));
16 void mark_adjust __ARGS((linenr_T line1, linenr_T line2, long amount, long amount_after)); 17 void mark_adjust __ARGS((linenr_T line1, linenr_T line2, long amount, long amount_after));
17 void mark_col_adjust __ARGS((linenr_T lnum, colnr_T mincol, long lnum_amount, long col_amount)); 18 void mark_col_adjust __ARGS((linenr_T lnum, colnr_T mincol, long lnum_amount, long col_amount));
18 void copy_jumplist __ARGS((win_T *from, win_T *to)); 19 void copy_jumplist __ARGS((win_T *from, win_T *to));