aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-05-10 22:44:37 +0200
committerJurica Bradaric <jbradaric@gmail.com>2016-05-17 20:54:42 +0200
commit5fdb6043d71bb097cd8b3579dee2f85eab31dc40 (patch)
tree69b4dbc34da5d15cbbaa0855e3025007fbef078b /src
parentb4cbfd3c082732bf584d37671d90793fd5fa09a6 (diff)
downloadrneovim-5fdb6043d71bb097cd8b3579dee2f85eab31dc40.tar.gz
rneovim-5fdb6043d71bb097cd8b3579dee2f85eab31dc40.tar.bz2
rneovim-5fdb6043d71bb097cd8b3579dee2f85eab31dc40.zip
vim-patch:7.4.1110
Problem: Test 108 fails when language is French. Solution: Force English messages. (Dominique Pelle) https://github.com/vim/vim/commit/8c600052fabe4859470d9d0ba2ddd74a52ea9745
Diffstat (limited to 'src')
-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 b6dd017f8d..27dbf89762 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -572,7 +572,7 @@ static int included_patches[] = {
1113,
1112,
// 1111,
- // 1110,
+ 1110,
// 1109 NA
// 1108,
1107,