mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
test/old: partial port of patch v8.2.1.0183
Prep for patch v8.2.0511.
This commit is contained in:
@@ -105,7 +105,7 @@ fun InnerCall(funcref)
|
||||
endfu
|
||||
|
||||
fun OuterCall()
|
||||
let opt = { 'func' : function('sin') }
|
||||
let opt = { 'func' : function('max') }
|
||||
call InnerCall(opt.func)
|
||||
endfu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user