Error detected for pane_send: E117: Unknown function: systemlist
LmtEdition opened this issue · 2 comments
LmtEdition commented
jebaum commented
Thanks for the detailed issue report!
systemlist()
was introduced in 7.4:248, and a serious bug with it was fixed in 7.4:256, so if it's possible to update to that patch or later it'll solve your problem. Having said that, it is definitely possible to support using the older system()
function if systemlist()
isn't available, but I'm not sure when I'll have time to write that code. Could be in the next few days, or could be a few weeks.
jebaum commented
@LmtEdition should be fixed now, let me know if there are any problems