commit | 1e0b7b11db61bd906266d3174fee0bbaf20a101f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:30:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:30:53 2020 +0200 |
tree | 626905059e2bb40344abcff8b7717e428ca2a895 | |
parent | ec9b017b879cb744393aadd3d105ee5da1332437 [diff] [blame] |
patch 8.2.1014: using "name" for a string result is confusing Problem: Using "name" for a string result is confusing. Solution: Rename to "end".
diff --git a/src/version.c b/src/version.c index 4cc8261..3ccf1dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1014, +/**/ 1013, /**/ 1012,