mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-11 18:18:36 +02:00
docs: fix forgot to update function name
This commit is contained in:
+1
-1
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user