Skip to content

v2.2.5 termopen() Deprecation

Latest

Choose a tag to compare

@rootiest rootiest released this 20 Dec 00:39
e39b6a5

This release addresses the deprecation of vim.fn.termopen, preferring instead vim.fn.jobstart.

NOTES:

In my testing this change seems to work well even on older nvim versions but if you find otherwise please create an Issue and let me know!
I can, if necessary, implement a version check and fallback on the deprecated api function for older versions but in the interest of simplicity/efficiency I'd rather not do so unless it is needed.