Closed voldikss closed 3 years ago
function arguments change
floaterm#wrapper#xxx#(cmd)
was changed to
floaterm#wrapper#xxx#(cmd, jobopts, config)
return value
return [cmd, {'on_exit': funcref('s:xxx_callback')}, v:false]
return [v:false, cmd]
and there is one more line
let a:jobopts.on_exit = funcref('s:xxx_callback')
Breaking changes
function arguments change
was changed to
return value
was changed to
and there is one more line