diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-15 13:56:02 +0200 |
commit | fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch) | |
tree | c7f77628ab6a605e7d1c111556a32a52e5c6006e /src/mbyte.c | |
parent | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff) | |
download | vim-git-fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf.tar.gz |
First step in the Vim 7.3 branch. Changed version numbers.
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index 7a3a27e06..cf70f8656 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -1855,6 +1855,7 @@ utfc_ptr2char_len(p, pcc, maxlen) * Convert the character at screen position "off" to a sequence of bytes. * Includes the composing characters. * "buf" must at least have the length MB_MAXBYTES. + * Only to be used when ScreenLinesUC[off] != 0. * Returns the produced number of bytes. */ int |