commit | 91882cf712119794b5d658bcb10d15dd2fad73ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 21:01:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 21:01:51 2019 +0200 |
tree | f2002bbf28e1210b9284940e9e03ace938cb8123 | |
parent | 8ffc7c8b5f004971cb6f2bdcfbe4f7123cce717c [diff] [blame] |
patch 8.1.1282: running make in src/po leaves LINGUAS file behind Problem: Running make in src/po leaves LINGUAS file behind. (Ken Takata) Solution: Delete LINGUAS after running msgfmt.
diff --git a/src/version.c b/src/version.c index f137b83..90b6904 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1282, +/**/ 1281, /**/ 1280,