summaryrefslogtreecommitdiff
path: root/src/proto/edit.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-16 19:03:13 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-16 19:03:13 +0000
commit21b17e7741cc08ca7f0e7606b73373d5b37e5ede (patch)
treed28153e160c5ad83e4004924ed56b44cbf89ddc6 /src/proto/edit.pro
parentf33943efe7d82e61b970a45e2ca6716eebdbb659 (diff)
downloadvim-git-21b17e7741cc08ca7f0e7606b73373d5b37e5ede.tar.gz
updated for version 7.1-231v7.1.231
Diffstat (limited to 'src/proto/edit.pro')
-rw-r--r--src/proto/edit.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/edit.pro b/src/proto/edit.pro
index 710a76e6f..0fb787fad 100644
--- a/src/proto/edit.pro
+++ b/src/proto/edit.pro
@@ -3,7 +3,7 @@ int edit __ARGS((int cmdchar, int startln, long count));
void edit_putchar __ARGS((int c, int highlight));
void edit_unputchar __ARGS((void));
void display_dollar __ARGS((colnr_T col));
-void change_indent __ARGS((int type, int amount, int round, int replaced));
+void change_indent __ARGS((int type, int amount, int round, int replaced, int call_changed_bytes));
void truncate_spaces __ARGS((char_u *line));
void backspace_until_column __ARGS((int col));
int vim_is_ctrl_x_key __ARGS((int c));