commit | 2c994e8516496ce153527694a35a3017ff174baa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 02 16:49:36 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 02 16:49:36 2008 +0000 |
tree | abc79935e33bb7b4d5862d51b8911da181f543eb | |
parent | ad8958b1889835804c7bccb87603634bd87ac5df [diff] [blame] |
updated for version 7.1-185
diff --git a/src/proto/edit.pro b/src/proto/edit.pro index a967037..710a76e 100644 --- a/src/proto/edit.pro +++ b/src/proto/edit.pro
@@ -32,6 +32,7 @@ char_u *get_last_insert __ARGS((void)); char_u *get_last_insert_save __ARGS((void)); void replace_push __ARGS((int c)); +int replace_push_mb __ARGS((char_u *p)); void fixthisline __ARGS((int (*get_the_indent)(void))); void fix_indent __ARGS((void)); int in_cinkeys __ARGS((int keytyped, int when, int line_is_empty));