summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-01-30 13:59:37 +0100
committerBram Moolenaar <Bram@vim.org>2013-01-30 13:59:37 +0100
commitf813a1883f767ad9c4a7a44b5f42cee312d53bc0 (patch)
treed9b6149762cad2f6069933a2f45e84c637c1f670 /src/proto
parent8d616172389a666e74c47c4e41f5cd9a17a38268 (diff)
downloadvim-f813a1883f767ad9c4a7a44b5f42cee312d53bc0.zip
updated for version 7.3.789
Problem: "\k" in regexp does not work in other window. Solution: Use the right buffer. (Yukihiro Nakadaira)
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/mbyte.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/mbyte.pro b/src/proto/mbyte.pro
index 8c0788c7f..c599dacec 100644
--- a/src/proto/mbyte.pro
+++ b/src/proto/mbyte.pro
@@ -4,6 +4,7 @@ char_u *mb_init __ARGS((void));
int bomb_size __ARGS((void));
void remove_bom __ARGS((char_u *s));
int mb_get_class __ARGS((char_u *p));
+int mb_get_class_buf __ARGS((char_u *p, buf_T *buf));
int dbcs_class __ARGS((unsigned lead, unsigned trail));
int latin_char2len __ARGS((int c));
int latin_char2bytes __ARGS((int c, char_u *buf));