diff src/version.c @ 14798:487f3bd87594 v8.1.0411

patch 8.1.0411: renamed file missing from distribution commit https://github.com/vim/vim/commit/cec12cd661bd4b2e02a65879c08020448ee345cd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 19 22:00:30 2018 +0200 patch 8.1.0411: renamed file missing from distribution Problem: Renamed file missing from distribution. Solution: Rename screen.c to termscreen.c (Zdenek Dohnal, closes https://github.com/vim/vim/issues/3449)
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Sep 2018 22:15:05 +0200
parents 74fd69162d50
children 40e19745ad12
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    411,
+/**/
     410,
 /**/
     409,