diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-08-06 17:06:04 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-08-06 17:06:04 +0000 |
commit | e37d50a5def1c0ff162392cd3f017059c458650c (patch) | |
tree | e7d1e2b17976b130d1283d33b091baf30cfc5d2c /src/mbyte.c | |
parent | da40c8536c2b7bdbd1d192ee1aa3045e2119675e (diff) | |
download | vim-git-e37d50a5def1c0ff162392cd3f017059c458650c.tar.gz |
updated for version 7.2c-000v7.2c.000
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index a2100b0f5..bd4f09096 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -2932,8 +2932,8 @@ mb_lefthalve(row, col) } /* - * Correct a position on the screen, if it's the right halve of a double-wide - * char move it to the left halve. Returns the corrected column. + * Correct a position on the screen, if it's the right half of a double-wide + * char move it to the left half. Returns the corrected column. */ int mb_fix_col(col, row) |