summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorh-east <h.east.727@gmail.com>2021-10-04 21:51:57 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-04 21:51:57 +0100
commit965d2edbce1a8ccba96925be5ac4575981f68949 (patch)
tree5d3b1884ac6b125fdc692b1bf296b967fa6731cd /src/getchar.c
parent6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 (diff)
patch 8.2.3474: some places use "Vimscript" instead of "Vim script"v8.2.3474
Problem: Some places use "Vimscript" instead of "Vim script". Solution: Consistently use "Vim script". (Hirohito Higashi, closes #8910)
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
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