commit | d94fbfc74a8b8073e7a256c95fa6f39fc527c726 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jan 04 17:01:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 17:01:44 2022 +0000 |
tree | 47e277eeb7ebbf5fe2a6e0dfbd30393eab6b5c7c | |
parent | fcd1635a4680d53090baa433996954bfe0642366 [diff] [blame] |
patch 8.2.4001: insert complete code uses global variables Problem: Insert complete code uses global variables. Solution: Make variables local to the file and use accessor functions. (Yegappan Lakshmanan, closes #9470)
diff --git a/src/version.c b/src/version.c index 83e054a..e4c5bb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4001, +/**/ 4000, /**/ 3999,