diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:36:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:36:59 +0000 |
commit | a5b6ad13efe36a94adccbc5c844903bf74dc3f05 (patch) | |
tree | cc67c802d440f086fb332309a89a8075293593e9 /src/proto | |
parent | eb94e559e09bad3e83633626e6060df7eee06afe (diff) | |
download | vim-git-a5b6ad13efe36a94adccbc5c844903bf74dc3f05.tar.gz |
updated for version 7.0221
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/edit.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/edit.pro b/src/proto/edit.pro index aa12b1279..48c3f3fb6 100644 --- a/src/proto/edit.pro +++ b/src/proto/edit.pro @@ -8,7 +8,7 @@ void truncate_spaces __ARGS((char_u *line)); void backspace_until_column __ARGS((int col)); int vim_is_ctrl_x_key __ARGS((int c)); int ins_compl_add_infercase __ARGS((char_u *str, int len, int icase, char_u *fname, int dir, int flags)); -int ins_compl_add __ARGS((char_u *str, int len, int icase, char_u *fname, char_u *extra, int cdir, int flags)); +int ins_compl_add __ARGS((char_u *str, int len, int icase, char_u *fname, char_u *kind, char_u *extra, char_u *info, int cdir, int flags)); void set_completion __ARGS((int startcol, list_T *list)); void ins_compl_show_pum __ARGS((void)); char_u *find_word_start __ARGS((char_u *ptr)); |