aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds_defs.h
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-08 07:51:41 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2021-07-08 23:08:27 +0200
commitb35fefc57ff408246a4652c92d6ef0dbf36d529c (patch)
tree31c12c828c8828395d9f4e3bd530a54db69c9ba6 /src/nvim/ex_cmds_defs.h
parentf8ed13c0dc5f144501e90cbf38fc3f24dd306a9e (diff)
downloadrneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.tar.gz
rneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.tar.bz2
rneovim-b35fefc57ff408246a4652c92d6ef0dbf36d529c.zip
refactor: remove all mentions to `curbuf_lock`
Diffstat (limited to 'src/nvim/ex_cmds_defs.h')
-rw-r--r--src/nvim/ex_cmds_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds_defs.h b/src/nvim/ex_cmds_defs.h
index f928c61ea4..d64b14c9c5 100644
--- a/src/nvim/ex_cmds_defs.h
+++ b/src/nvim/ex_cmds_defs.h
@@ -58,7 +58,7 @@
#define EX_SBOXOK 0x40000 // allowed in the sandbox
#define EX_CMDWIN 0x80000 // allowed in cmdline window; when missing
// disallows editing another buffer when
- // curbuf_lock is set
+ // current buffer is locked
#define EX_MODIFY 0x100000 // forbidden in non-'modifiable' buffer
#define EX_FLAGS 0x200000 // allow flags after count in argument
#define EX_FILES (EX_XFILE | EX_EXTRA) // multiple extra files allowed