From 3fa0dbe0dda1da0894bd9068856092d3bc2d8221 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sat, 2 May 2026 08:49:48 +0200 Subject: [PATCH] docs: fix forgot to update function name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bf32de..9e1dcab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To add support for a new editor, you must update both documentation and source c * Add the editor name to `supportedEditor[]` * Increment `numEditor` -* If the editor executable name differs from its logical name (for example `neovim` → `nvim`), update `doesEditorExist()` in `src/utils.c` +* If the editor executable name differs from its logical name (for example `neovim` → `nvim`), update `isEditorValid()` in `src/utils.c` * Modify `openEditor()` in `src/utils.c`: