The term_start() function is called termopen() on Neovim, so this plugin doesn't work when using it on Neovim.
It appears (from what I used) that the only incompatible thing is this function, so this PR fixes this incompatibility by checking the running editor and executing the proper command.
The
term_start()
function is calledtermopen()
on Neovim, so this plugin doesn't work when using it on Neovim. It appears (from what I used) that the only incompatible thing is this function, so this PR fixes this incompatibility by checking the running editor and executing the proper command.