| commit | 84dbd494dca599ecff05b2c2279d402c12e6d197 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 23:09:31 2016 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 23:09:31 2016 +0200 |
| tree | faca7727d15b5facdd5d67a4580977a846d25c14 | |
| parent | 6100d02aab7c8294b581cb299250eea164b50e9d [diff] [blame] |
patch 8.0.0021
Problem: In the GUI when redrawing the cursor it may be on the second half
of a double byte character.
Solution: Correct the cursor column. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b74ad2f..dc8e9cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 21, +/**/ 20, /**/ 19,