commit | e7f4abd38b6e05100c699900c8f87281e363beb2 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Dec 24 20:47:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 20:47:38 2021 +0000 |
tree | badec536bcfe024c7214b18fcce1fa58e5315f80 | |
parent | 73a024209cbfbd5b39a2e974084d807c6131e2ed [diff] [blame] |
patch 8.2.3889: duplicate code for translating script-local function name Problem: Duplicate code for translating script-local function name. Solution: Move the code to get_scriptlocal_funcname(). (Yegappan Lakshmanan, closes #9393)
diff --git a/src/version.c b/src/version.c index 78baffd..cd4d157 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3889, +/**/ 3888, /**/ 3887,