diff src/version.c @ 19411:bc880a130120 v8.2.0263

patch 8.2.0263: a few new Vim9 messages are not localized Commit: https://github.com/vim/vim/commit/df2ecddf9d0acc325c8290fbcff44de25b0c1e75 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 16 15:03:48 2020 +0100 patch 8.2.0263: a few new Vim9 messages are not localized Problem: A few new Vim9 messages are not localized. Solution: Add the gettext wrapper. (Dominique Pelle, closes https://github.com/vim/vim/issues/5647)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 15:15:04 +0100
parents ba6afd154f91
children 85e8bee2e3e2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    263,
+/**/
     262,
 /**/
     261,