summaryrefslogtreecommitdiffstats
path: root/src/proto/edit.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-02 16:49:36 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-02 16:49:36 +0000
commit2c994e8516496ce153527694a35a3017ff174baa (patch)
treeabc79935e33bb7b4d5862d51b8911da181f543eb /src/proto/edit.pro
parentad8958b1889835804c7bccb87603634bd87ac5df (diff)
updated for version 7.1-185v7.1.185
Diffstat (limited to 'src/proto/edit.pro')
-rw-r--r--src/proto/edit.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/edit.pro b/src/proto/edit.pro
index a967037cb7..710a76e6fc 100644
--- a/src/proto/edit.pro
+++ b/src/proto/edit.pro
@@ -32,6 +32,7 @@ int stuff_inserted __ARGS((int c, long count, int no_esc));
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));