mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
docs: small fixes (#26154)
This commit is contained in:
@@ -48,7 +48,7 @@ typedef struct {
|
||||
} MarkTreeIter;
|
||||
|
||||
#define marktree_itr_valid(itr) ((itr)->x != NULL)
|
||||
// accces raw key: flags in MT_FLAG_EXTERNAL_MASK and decor_data are safe to modify.
|
||||
// access raw key: flags in MT_FLAG_EXTERNAL_MASK and decor_data are safe to modify.
|
||||
#define mt_itr_rawkey(itr) ((itr)->x->key[(itr)->i])
|
||||
|
||||
// Internal storage
|
||||
|
Reference in New Issue
Block a user