From 965d2edbce1a8ccba96925be5ac4575981f68949 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 4 Oct 2021 21:51:57 +0100 Subject: patch 8.2.3474: some places use "Vimscript" instead of "Vim script" Problem: Some places use "Vimscript" instead of "Vim script". Solution: Consistently use "Vim script". (Hirohito Higashi, closes #8910) --- src/getchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/getchar.c') diff --git a/src/getchar.c b/src/getchar.c index 2d31c03e8b..93e3b879ed 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2182,7 +2182,7 @@ f_getcharmod(typval_T *argvars UNUSED, typval_T *rettv) /* * Process messages that have been queued for netbeans or clientserver. * Also check if any jobs have ended. - * These functions can call arbitrary vimscript and should only be called when + * These functions can call arbitrary Vim script and should only be called when * it is safe to do so. */ void -- cgit v1.2.3