commit | 179f1b9a7ddf3624daf6380c3dad740e0a1ba361 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:52:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:52:34 2016 +0100 |
tree | 3629363a7337081e627d6838913207ab0281cfd4 | |
parent | 328da0dcb7be34b594725eef6dc98d3ea6516d69 [diff] [blame] |
patch 7.4.1488 Problem: Not using key when result from hangul_string_convert() is NULL. Solution: Fall back to not converted string.
diff --git a/src/version.c b/src/version.c index 3623a09..17fd888 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1488, +/**/ 1487, /**/ 1486,