mirror of
https://github.com/zoriya/vim.git
synced 2025-12-22 15:15:25 +00:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
73a024209c
commit
e7f4abd38b
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3889,
|
||||
/**/
|
||||
3888,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user