summaryrefslogtreecommitdiff
path: root/src/mbyte.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-15 13:56:02 +0200
commitfff2beeeaa2c02a18fa4b2a6807717679e1a6dcf (patch)
treec7f77628ab6a605e7d1c111556a32a52e5c6006e /src/mbyte.c
parent00a927d62b68a3523cb1c4f9aa3f7683345c8182 (diff)
downloadvim-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.c1
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