From d0c0b10b4c4431d0ebc485fc4330b289c934ddd6 Mon Sep 17 00:00:00 2001 From: Simon Weil Date: Wed, 20 Jul 2016 06:47:25 +0300 Subject: 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') 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 -- cgit