docs: fix typos (#20724)

Co-authored-by: Marco Lehmann <m99@posteo.de>
This commit is contained in:
dundargoc
2022-10-23 03:45:39 +02:00
committed by GitHub
parent d70193c326
commit 1887d8d7d0
13 changed files with 25 additions and 25 deletions

View File

@@ -62,7 +62,7 @@
#define EX_FLAGS 0x200000u // allow flags after count in argument
#define EX_LOCK_OK 0x1000000u // command can be executed when textlock is
// set; when missing disallows editing another
// buffer when current buffer is locked
// buffer when curbuf->b_ro_locked is set
#define EX_KEEPSCRIPT 0x4000000u // keep sctx of where command was invoked
#define EX_PREVIEW 0x8000000u // allow incremental command preview
#define EX_FILES (EX_XFILE | EX_EXTRA) // multiple extra files allowed