mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 09:57:00 +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.