commit | 4c42c7eef43ff0f58fa574f7a900c8a3313f372e | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Mon Apr 17 21:44:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 21:44:57 2023 +0100 |
tree | 5ee60a73f7f90435130816f1fc91196deb336932 | |
parent | 42994bf678f46dc9ca66e49f512261da8864fff6 [diff] [blame] |
patch 9.0.1463: virtual text truncation only works with Unicode 'encoding' Problem: Virtual text truncation only works with Unicode 'encoding'. Solution: Convert the ellipsis character to 'encoding' if needed. (Hirohito Higashi, closes #12233)
diff --git a/src/version.c b/src/version.c index 6dc7e34..6c8d76e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1463, +/**/ 1462, /**/ 1461,