diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-01-04 12:27:42 +0800 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-09 22:14:04 -0500 |
commit | 6f4a963e0eeae19aed1e58a80afc02cba1704808 (patch) | |
tree | 1bd1d436c0ce0e4b5d3f08c79e04024c1674d46c /src/nvim/version.c | |
parent | 775dfc600078a7f57602041bb87657504239a021 (diff) | |
download | rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.tar.gz rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.tar.bz2 rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.zip |
vim-patch:7.4.2085
Problem: Digraph tests fails on some systems.
Solution: Run it separately and set 'encoding' early.
https://github.com/vim/vim/commit/dfd63e30d13fff5603416b6c7e247cebeb003eb0
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 ab7af85815..aab57e5765 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -355,7 +355,7 @@ static int included_patches[] = { // 2088, // 2087, 2086, - // 2085, + 2085, 2084, // 2083, 2082, |