Mercurial > vim
comparison src/proto/charset.pro @ 300:86cd0a77d2ae
updated for version 7.0079
author | vimboss |
---|---|
date | Sat, 04 Jun 2005 21:55:20 +0000 |
parents | 0ad8528b8c05 |
children | 7010607c5753 |
comparison
equal
deleted
inserted
replaced
299:2bfc2b703314 | 300:86cd0a77d2ae |
---|---|
38 colnr_T getvcol_nolist __ARGS((pos_T *posp)); | 38 colnr_T getvcol_nolist __ARGS((pos_T *posp)); |
39 void getvvcol __ARGS((win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end)); | 39 void getvvcol __ARGS((win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end)); |
40 void getvcols __ARGS((win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right)); | 40 void getvcols __ARGS((win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right)); |
41 char_u *skipwhite __ARGS((char_u *p)); | 41 char_u *skipwhite __ARGS((char_u *p)); |
42 char_u *skipdigits __ARGS((char_u *p)); | 42 char_u *skipdigits __ARGS((char_u *p)); |
43 char_u *skiphex __ARGS((char_u *p)); | |
43 char_u *skiptodigit __ARGS((char_u *p)); | 44 char_u *skiptodigit __ARGS((char_u *p)); |
44 char_u *skiptohex __ARGS((char_u *p)); | 45 char_u *skiptohex __ARGS((char_u *p)); |
45 int vim_isdigit __ARGS((int c)); | 46 int vim_isdigit __ARGS((int c)); |
46 int vim_isxdigit __ARGS((int c)); | 47 int vim_isxdigit __ARGS((int c)); |
47 char_u *skiptowhite __ARGS((char_u *p)); | 48 char_u *skiptowhite __ARGS((char_u *p)); |