commit | cec12cd661bd4b2e02a65879c08020448ee345cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 22:00:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 22:00:30 2018 +0200 |
tree | ecea3eb34e1c3316207d52907b225f78cd86e992 | |
parent | 476c0db00205590974395df717519407a7717270 [diff] |
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 #3449)
diff --git a/src/version.c b/src/version.c index 10d8e49..e6cb7ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 411, +/**/ 410, /**/ 409,