diff src/version.c @ 14210:1681178c4434 v8.1.0122

patch 8.1.0122: translators don't always understand the maintainer message commit https://github.com/vim/vim/commit/0c183198727b80fd7e52fb29cc1dcd08d79a281c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 28 14:54:43 2018 +0200 patch 8.1.0122: translators don't always understand the maintainer message Problem: Translators don't always understand the maintainer message. Solution: Add a comment that ends up in the generated po file. (Christian Brabandt, closes #3037)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jun 2018 15:00:07 +0200
parents 4cb334816bb1
children 2bebc49116fd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    122,
+/**/
     121,
 /**/
     120,