commit | c8fd33d18b49c3246f33782dd7b4a1c87504dd5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 20:33:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 20:33:05 2019 +0200 |
tree | 9a304072d99980e37b18d26ecf4aabbed167950c | |
parent | 78d629a38548115a68298081d39d6d90708af561 [diff] [blame] |
patch 8.1.1857: cannot use modifier with multi-byte character Problem: Cannot use modifier with multi-byte character. Solution: Allow using a multi-byte character, although it doesn't work everywhere.
diff --git a/src/version.c b/src/version.c index f7be012..5bd944d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1857, +/**/ 1856, /**/ 1855,