diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-10 19:08:28 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-14 09:47:59 -0300 |
commit | 30cd02301e5a55215a82cb2007a2fd631ae6fc33 (patch) | |
tree | da38edeefc87893ccaae5b1017ebf887a46c1567 /src/version.c | |
parent | 4fb45579b5110add5bdeab930d19d8b1cadd1490 (diff) | |
download | rneovim-30cd02301e5a55215a82cb2007a2fd631ae6fc33.tar.gz rneovim-30cd02301e5a55215a82cb2007a2fd631ae6fc33.tar.bz2 rneovim-30cd02301e5a55215a82cb2007a2fd631ae6fc33.zip |
vim-patch:7.4.204
Problem: A mapping where the second byte is 0x80 doesn't work.
Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro
Takasaki)
https://code.google.com/p/vim/source/detail?r=f5120cbf16b9a9c6e0fbb599a6524e05ecf11393
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9de20667dd..c602d192c5 100644 --- a/src/version.c +++ b/src/version.c @@ -202,6 +202,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + 204, 203, //202, //201, |