commit | 2912abb3a2fd72074e3901c8ae1d4a77ce764675 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 29 14:16:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 29 14:16:42 2019 +0100 |
tree | 099327af555d07a9322b1f40df94f846e3bfcead | |
parent | e46736b23b7cc25b914415fe4ceb851504f5419c [diff] [blame] |
patch 8.1.1071: cannot get composing characters from the screen Problem: Cannot get composing characters from the screen. Solution: Add screenchars() and screenstring(). (partly by Ozaki Kiichi, closes #4059)
diff --git a/src/version.c b/src/version.c index 94fb6f6..637a3fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1071, +/**/ 1070, /**/ 1069,