aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-18 15:04:47 +0800
committerGitHub <noreply@github.com>2023-04-18 15:04:47 +0800
commitd4eff4052a29079e108b5efcb030f07643978994 (patch)
tree5f28682fc0b7ca67c558002228e31a27b24688fa /src/nvim/eval
parent240c41e1af556cd17329d5c46d26a3ca91be2db8 (diff)
parent2e21d1d5ddb7a7fb5978bdce2812417026b276a9 (diff)
downloadrneovim-d4eff4052a29079e108b5efcb030f07643978994.tar.gz
rneovim-d4eff4052a29079e108b5efcb030f07643978994.tar.bz2
rneovim-d4eff4052a29079e108b5efcb030f07643978994.zip
Merge pull request #23173 from zeertzjq/vim-9.0.0783
vim-patch:9.0.{0783,0785,0815,0817,0820,0864}
Diffstat (limited to 'src/nvim/eval')
-rw-r--r--src/nvim/eval/userfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/userfunc.c b/src/nvim/eval/userfunc.c
index e138c50b6a..63d5f94f11 100644
--- a/src/nvim/eval/userfunc.c
+++ b/src/nvim/eval/userfunc.c
@@ -3207,7 +3207,7 @@ static int ex_defer_inner(char *name, char **arg, const partial_T *const partial
}
/// Return true if currently inside a function call.
-/// Give an error message and return FALSE when not.
+/// Give an error message and return false when not.
bool can_add_defer(void)
{
if (get_current_funccal() == NULL) {