diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-06 10:29:25 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-06 11:16:33 -0500 |
commit | e085f7c5f16b3e8ea0a726dfa461cce06c4f8c55 (patch) | |
tree | 3000f5daca8e2b15cebbb8ad957154588ebb8c0d /src/nvim/version.c | |
parent | 7666b4950ebcd13ef0428ee12201562bc77d51b0 (diff) | |
download | rneovim-e085f7c5f16b3e8ea0a726dfa461cce06c4f8c55.tar.gz rneovim-e085f7c5f16b3e8ea0a726dfa461cce06c4f8c55.tar.bz2 rneovim-e085f7c5f16b3e8ea0a726dfa461cce06c4f8c55.zip |
vim-patch:7.4.1708
Problem: New regexp engine does not work properly with EBCDIC.
Solution: Define equivalence class characters. (Owen Leibman)
https://github.com/vim/vim/commit/2a6fa564a3b5061c14ff63b8b0f12801df0b0ac2
Although nvim doesn't support EBCDIC systems, this keeps us inline with
upstream code so its easier to merge future patches in this area and
improves the readability of the code.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 29e7990b1b..aea5143bb8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -736,7 +736,7 @@ static int included_patches[] = { 1711, // 1710 NA // 1709 NA - // 1708, + 1708, 1707, // 1706 NA // 1705 NA |