commit | 7e8fd63682801d6cdd7f31972540c21f148b289e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 22:14:51 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 22:14:51 2006 +0000 |
tree | cbc44d7f10ef0a87454582fbff40fe930bacc6b6 | |
parent | 997fb4ba696625e27e17c00d5033b20411aa45a3 [diff] [blame] |
updated for version 7.0201
diff --git a/src/proto/edit.pro b/src/proto/edit.pro index 3939efc..5434b1c 100644 --- a/src/proto/edit.pro +++ b/src/proto/edit.pro
@@ -12,6 +12,7 @@ void ins_compl_show_pum __ARGS((void)); char_u *find_word_start __ARGS((char_u *ptr)); char_u *find_word_end __ARGS((char_u *ptr)); +int ins_compl_active __ARGS((void)); void ins_compl_check_keys __ARGS((int frequency)); int get_literal __ARGS((void)); void insertchar __ARGS((int c, int flags, int second_indent));