summaryrefslogtreecommitdiff
path: root/src/proto/edit.pro
diff options
context:
space:
mode:
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 a967037c..710a76e6 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));