summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-23 19:03:28 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-23 19:03:28 +0100
commitb544f3c81f1e6a50322855681ac266ffaa8e313c (patch)
tree65ae4057660ce5f73ad2b3e68fe4645570702b4d /src/ex_getln.c
parentdc9a081712ec8c140e6d4909e9f6b03a629d32d3 (diff)
patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360
Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index c498e00a12..3c40ff79aa 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -5140,8 +5140,8 @@ expand_shellcmd(
static void * call_user_expand_func(void *(*user_expand_func)(char_u *, int, char_u **, int), expand_T *xp, int *num_file, char_u ***file);
/*
- * Call "user_expand_func()" to invoke a user defined VimL function and return
- * the result (either a string or a List).
+ * Call "user_expand_func()" to invoke a user defined Vim script function and
+ * return the result (either a string or a List).
*/
static void *
call_user_expand_func(