diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-14 19:48:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-14 19:48:05 +0000 |
commit | af51e66c5ae4a73f4b05f3feb9bb539431ea2d44 (patch) | |
tree | c7955b3be555fff0314264095d8a0d1c0da637ac /src | |
parent | d91ffe986baf5206dc1f357edc7759bafb76c596 (diff) | |
download | vim-af51e66c5ae4a73f4b05f3feb9bb539431ea2d44.zip |
updated for version 7.2b-003
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1911,7 +1911,7 @@ ui_cursor_shape() #endif #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \ - || defined(PROTO) + || defined(FEAT_MBYTE) || defined(PROTO) /* * Check bounds for column number */ diff --git a/src/version.c b/src/version.c index 6730cc0fd..61adb887b 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3, +/**/ 2, /**/ 1, |