mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00

Problem: ruby#Detect() and node#Detect() don't return a [prog, err] pair which means callers must special-case them. Solution: align their return signatures with the perl/pythonx providers.