commit | 00ded43a5a85df57abb74f9e3a38a401f6fbd8fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 11:45:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 11:45:15 2016 +0100 |
tree | bdee40329ca36d5b5b23881fd59fe800b279b0ab | |
parent | 5fac467474376a844407cecc0ff481510ead221c [diff] [blame] |
patch 7.4.1475 Problem: When using hangulinput with utf-8 a CSI character is misintepreted. Solution: Convert CSI to K_CSI. (SungHyun Nam)
diff --git a/src/version.c b/src/version.c index de16802..3491a4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1475, +/**/ 1474, /**/ 1473,