mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 06:05:37 +10: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.