aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Weil <swdevelop1981@gmail.com>2016-07-20 06:47:25 +0300
committerJustin M. Keyes <justinkz@gmail.com>2016-07-19 23:47:25 -0400
commitd0c0b10b4c4431d0ebc485fc4330b289c934ddd6 (patch)
tree68e57d5f958ed28689c5d05d4362dcf7988cb022
parent0595da8d0b9bc9f4ea6f06047d3b25926d72156b (diff)
downloadrneovim-d0c0b10b4c4431d0ebc485fc4330b289c934ddd6.tar.gz
rneovim-d0c0b10b4c4431d0ebc485fc4330b289c934ddd6.tar.bz2
rneovim-d0c0b10b4c4431d0ebc485fc4330b289c934ddd6.zip
vim-patch:7.4.1186 (#5091)
Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata) https://github.com/vim/vim/commit/4a1314cb9c1847dc32ceeb3eebeae123ef10b16e
-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 966e4f9b4f..87bbb12b50 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -513,7 +513,7 @@ static int included_patches[] = {
// 1189 NA
// 1188 NA
// 1187 NA
- // 1186,
+ // 1186 NA
// 1185 NA
// 1184 NA
// 1183 NA