Files
gemini-cli/packages/core
Tommaso Sciortino 6f3740bc3b Fix crash when vim editor is not found in PATH on Windows
Fixes #16492

This patch checks if the editor command exists before calling spawnSync.
Without this check, Node throws ENOENT when vim is not in PATH on Windows.
2026-04-02 10:27:50 -07:00
..