aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-02-09 20:25:08 +0100
committerJurica Bradaric <jbradaric@gmail.com>2016-02-09 23:08:24 +0100
commite8dd9967034c89d0493c7dffe13cfd08bab9e83a (patch)
tree185930f72340ee04c1ad822e2e89ebf825accbee /src/nvim/version.c
parent84281bf675f77f417d26a68611406ef43fd82f7f (diff)
downloadrneovim-e8dd9967034c89d0493c7dffe13cfd08bab9e83a.tar.gz
rneovim-e8dd9967034c89d0493c7dffe13cfd08bab9e83a.tar.bz2
rneovim-e8dd9967034c89d0493c7dffe13cfd08bab9e83a.zip
vim-patch:7.4.835
Problem: Comparing utf-8 sequences does not handle different byte sizes correctly. Solution: Get the byte size of each character. (Dominique Pelle) https://github.com/vim/vim/commit/f6470c288cb6f8efd60a507baf2c070f9d209ae6
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 487f3fc27b..0c36996854 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -453,7 +453,7 @@ static int included_patches[] = {
// 838,
// 837 NA
836,
- // 835,
+ 835,
834,
// 833,
// 832,