mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -23,8 +23,8 @@ typedef kvec_t(ExtmarkUndoObject) extmark_undo_vec_t;
|
||||
|
||||
typedef enum {
|
||||
kExtmarkNOOP, // Extmarks shouldn't be moved
|
||||
kExtmarkUndo, // Operation should be reversable/undoable
|
||||
kExtmarkNoUndo, // Operation should not be reversable
|
||||
kExtmarkUndo, // Operation should be reversible/undoable
|
||||
kExtmarkNoUndo, // Operation should not be reversible
|
||||
kExtmarkUndoNoRedo, // Operation should be undoable, but not redoable
|
||||
} ExtmarkOp;
|
||||
|
||||
|
Reference in New Issue
Block a user