summaryrefslogtreecommitdiffstats
path: root/src/if_xcmdsrv.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/if_xcmdsrv.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/if_xcmdsrv.c')
-rw-r--r--src/if_xcmdsrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c
index d597154c98..6ef23353e4 100644
--- a/src/if_xcmdsrv.c
+++ b/src/if_xcmdsrv.c
@@ -1449,8 +1449,8 @@ server_parse_message(
char_u *enc;
/*
- * This is a (n)otification. Sent with serverreply_send in VimL.
- * Execute any autocommand and save it for later retrieval
+ * This is a (n)otification. Sent with serverreply_send in Vim
+ * script. Execute any autocommand and save it for later retrieval
*/
p += 2;
gotWindow = 0;