comparison src/proto/edit.pro @ 659:d6a69271cb9a v7.0194

updated for version 7.0194
author vimboss
date Wed, 08 Feb 2006 09:20:24 +0000
parents 9032e4668296
children 4b8583e82cb8
comparison
equal deleted inserted replaced
658:903088c7a7c6 659:d6a69271cb9a
6 void change_indent __ARGS((int type, int amount, int round, int replaced)); 6 void change_indent __ARGS((int type, int amount, int round, int replaced));
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, char_u *fname, int dir, int flags)); 10 int ins_compl_add_infercase __ARGS((char_u *str, int len, char_u *fname, int dir, int flags));
11 int ins_compl_add __ARGS((char_u *str, int len, char_u *fname, int dir, int flags)); 11 int ins_compl_add __ARGS((char_u *str, int len, char_u *fname, char_u *extra, int cdir, int flags));
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 void ins_compl_check_keys __ARGS((int frequency)); 15 void ins_compl_check_keys __ARGS((int frequency));
16 int get_literal __ARGS((void)); 16 int get_literal __ARGS((void));