Merge (#25) from tomasriveral/fix-contributing

docs: fix forgot to update function name
This commit is contained in:
2026-05-02 08:50:37 +02:00
committed by GitHub
+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[]`
* 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`: