docs: fix forgot to update function name

This commit is contained in:
2026-05-02 08:49:48 +02:00
parent 1f20eb6996
commit 3fa0dbe0dd
+1 -1
View File
@@ -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[]` * Add the editor name to `supportedEditor[]`
* Increment `numEditor` * 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`: * Modify `openEditor()` in `src/utils.c`: