commit | 0257599036ceb3658b27a4de07834ca0d2fa418e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 11:28:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 11:28:29 2022 +0000 |
tree | 7ccdefd8f9188a0b1a8ff7cbda9ce684ffa5899b | |
parent | 8e5ba693ad9377fbf4b047093624248b81eac854 [diff] [blame] |
patch 8.2.4412: translation cleanup script does not remove empty lines at end Problem: Translation cleanup script does not remove empty lines at end. Solution: Remove empty lines at the end. (Ken Takata, closes #9794)
diff --git a/src/version.c b/src/version.c index 5cfd0a9..9db5ad3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4412, +/**/ 4411, /**/ 4410,