commit | f461c8e7f8ce2fd2ac3367680ec4c540f04ab259 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 23:04:51 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 23:04:51 2005 +0000 |
tree | bfacc7b1f4c7b6087026c9e8c39bb1f7b305d22f | |
parent | ea408854a8360b6925122ce7709b424ab3005209 [diff] [blame] |
updated for version 7.0093
diff --git a/src/proto/edit.pro b/src/proto/edit.pro index 5993959..2168cd8 100644 --- a/src/proto/edit.pro +++ b/src/proto/edit.pro
@@ -17,6 +17,7 @@ int comp_textwidth __ARGS((int ff)); int stop_arrow __ARGS((void)); void set_last_insert __ARGS((int c)); +void free_last_insert __ARGS((void)); char_u *add_char2buf __ARGS((int c, char_u *s)); void beginline __ARGS((int flags)); int oneright __ARGS((void));