comparison src/proto/mark.pro @ 4043:80b041b994d1 v7.3.776

updated for version 7.3.776 Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 15:53:15 +0100
parents 5a7384b9ca66
children 21b0a39d13ed
comparison
equal deleted inserted replaced
4042:874910cb3cf5 4043:80b041b994d1
3 int setmark_pos __ARGS((int c, pos_T *pos, int fnum)); 3 int setmark_pos __ARGS((int c, pos_T *pos, int fnum));
4 void setpcmark __ARGS((void)); 4 void setpcmark __ARGS((void));
5 void checkpcmark __ARGS((void)); 5 void checkpcmark __ARGS((void));
6 pos_T *movemark __ARGS((int count)); 6 pos_T *movemark __ARGS((int count));
7 pos_T *movechangelist __ARGS((int count)); 7 pos_T *movechangelist __ARGS((int count));
8 pos_T *getmark_buf __ARGS((buf_T *buf, int c, int changefile));
8 pos_T *getmark __ARGS((int c, int changefile)); 9 pos_T *getmark __ARGS((int c, int changefile));
9 pos_T *getmark_fnum __ARGS((int c, int changefile, int *fnum)); 10 pos_T *getmark_buf_fnum __ARGS((buf_T *buf, int c, int changefile, int *fnum));
10 pos_T *getnextmark __ARGS((pos_T *startpos, int dir, int begin_line)); 11 pos_T *getnextmark __ARGS((pos_T *startpos, int dir, int begin_line));
11 void fmarks_check_names __ARGS((buf_T *buf)); 12 void fmarks_check_names __ARGS((buf_T *buf));
12 int check_mark __ARGS((pos_T *pos)); 13 int check_mark __ARGS((pos_T *pos));
13 void clrallmarks __ARGS((buf_T *buf)); 14 void clrallmarks __ARGS((buf_T *buf));
14 char_u *fm_getname __ARGS((fmark_T *fmark, int lead_len)); 15 char_u *fm_getname __ARGS((fmark_T *fmark, int lead_len));