mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 11:05:44 +00:00
Problem: Duplicate code for translating script-local function name.
Solution: Move the code to get_scriptlocal_funcname(). (Yegappan Lakshmanan,
closes vim/vim#9393)
e7f4abd38b
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>