aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-11-22 21:33:13 +0100
committerJustin M. Keyes <justinkz@gmail.com>2016-11-25 15:46:58 +0100
commit0de6f450e47d09b0432e41f2ab61a0981f056767 (patch)
treeabd5c1cf83c1eb36ac106a8083ba8baf44becfaa /src/nvim/version.c
parent42736d6a2a1fe97b462b6fcef11a7ae655287975 (diff)
downloadrneovim-0de6f450e47d09b0432e41f2ab61a0981f056767.tar.gz
rneovim-0de6f450e47d09b0432e41f2ab61a0981f056767.tar.bz2
rneovim-0de6f450e47d09b0432e41f2ab61a0981f056767.zip
vim-patch:7.4.2086
Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed. https://github.com/vim/vim/commit/ac105ed3c420660ddbddc501c97875c48220817e
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 5bcda0bedf..82a6f5f9a9 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -356,7 +356,7 @@ static int included_patches[] = {
// 2089 NA
// 2088,
// 2087,
- // 2086,
+ 2086,
// 2085,
// 2084,
// 2083,