diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-10 21:46:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-10 21:46:58 +0000 |
commit | ade0083d3ad61d86368a77bd1e499231eea9a3eb (patch) | |
tree | e27c131c9a26aab271b9effdf784338f1884b1a2 /src/proto | |
parent | a94bc430e81fb52b982fc3bdf8da60e585b91f58 (diff) | |
download | vim-git-ade0083d3ad61d86368a77bd1e499231eea9a3eb.tar.gz |
updated for version 7.0220v7.0220
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/edit.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/edit.pro b/src/proto/edit.pro index 66df8f590..aa12b1279 100644 --- a/src/proto/edit.pro +++ b/src/proto/edit.pro @@ -9,6 +9,7 @@ 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)); +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)); char_u *find_word_end __ARGS((char_u *ptr)); |