commit | 9fdde7992ab4c21517f447ca3d651b9ff4a770e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 19:52:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 19:52:56 2022 +0000 |
tree | f66d6c0f8652c361ce557805b234ec252a3f9c40 | |
parent | 6b43471da4516e8f6c17e5dc2eccbb9d0ba2e0a4 [diff] [blame] |
patch 8.2.4394: UTF8 select mode test fails on MS-Windows Problem: UTF8 select mode test fails on MS-Windows. Solution: Revert the #ifdef change.
diff --git a/src/version.c b/src/version.c index 4cbc297..3510af8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4394, +/**/ 4393, /**/ 4392,