comparison src/version.c @ 20925:0aeac2b45846 v8.2.1014

patch 8.2.1014: using "name" for a string result is confusing Commit: https://github.com/vim/vim/commit/1e0b7b11db61bd906266d3174fee0bbaf20a101f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 19 19:30:53 2020 +0200 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".
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jun 2020 19:45:03 +0200
parents a9516192b1db
children 9328feafbbf5
comparison
equal deleted inserted replaced
20924:c8f68af254b6 20925:0aeac2b45846
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1014,
757 /**/ 759 /**/
758 1013, 760 1013,
759 /**/ 761 /**/
760 1012, 762 1012,
761 /**/ 763 /**/