comparison src/proto/edit.pro @ 39:c16898406ff2

synchorinize version 7.3.081
author one@zeus.cr.ie.u-ryukyu.ac.jp
date Fri, 17 Dec 2010 17:43:06 +0900
parents e170173ecb68
children 67300faee616
comparison
equal deleted inserted replaced
38:e06a1cd7230d 39:c16898406ff2
6 void change_indent __ARGS((int type, int amount, int round, int replaced, int call_changed_bytes)); 6 void change_indent __ARGS((int type, int amount, int round, int replaced, int call_changed_bytes));
7 void truncate_spaces __ARGS((char_u *line)); 7 void truncate_spaces __ARGS((char_u *line));
8 void backspace_until_column __ARGS((int col)); 8 void backspace_until_column __ARGS((int col));
9 int vim_is_ctrl_x_key __ARGS((int c)); 9 int vim_is_ctrl_x_key __ARGS((int c));
10 int ins_compl_add_infercase __ARGS((char_u *str, int len, int icase, char_u *fname, int dir, int flags)); 10 int ins_compl_add_infercase __ARGS((char_u *str, int len, int icase, char_u *fname, int dir, int flags));
11 void set_completion __ARGS((int startcol, list_T *list)); 11 void set_completion __ARGS((colnr_T startcol, list_T *list));
12 void ins_compl_show_pum __ARGS((void)); 12 void ins_compl_show_pum __ARGS((void));
13 char_u *find_word_start __ARGS((char_u *ptr)); 13 char_u *find_word_start __ARGS((char_u *ptr));
14 char_u *find_word_end __ARGS((char_u *ptr)); 14 char_u *find_word_end __ARGS((char_u *ptr));
15 int ins_compl_active __ARGS((void)); 15 int ins_compl_active __ARGS((void));
16 int ins_compl_add_tv __ARGS((typval_T *tv, int dir)); 16 int ins_compl_add_tv __ARGS((typval_T *tv, int dir));