comparison src/if_xcmdsrv.c @ 10942:e05695e59f6d v8.0.0360

patch 8.0.0360: sometimes VimL is used instead of "Vim script" commit https://github.com/vim/vim/commit/b544f3c81f1e6a50322855681ac266ffaa8e313c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 19:03:28 2017 +0100 patch 8.0.0360: sometimes VimL is used instead of "Vim script" Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 19:15:05 +0100
parents 4aead6a9b7a9
children 501f46f7644c
comparison
equal deleted inserted replaced
10941:56b3c9414c82 10942:e05695e59f6d
1447 char_u *str; 1447 char_u *str;
1448 struct ServerReply *r; 1448 struct ServerReply *r;
1449 char_u *enc; 1449 char_u *enc;
1450 1450
1451 /* 1451 /*
1452 * This is a (n)otification. Sent with serverreply_send in VimL. 1452 * This is a (n)otification. Sent with serverreply_send in Vim
1453 * Execute any autocommand and save it for later retrieval 1453 * script. Execute any autocommand and save it for later retrieval
1454 */ 1454 */
1455 p += 2; 1455 p += 2;
1456 gotWindow = 0; 1456 gotWindow = 0;
1457 str = (char_u *)""; 1457 str = (char_u *)"";
1458 enc = NULL; 1458 enc = NULL;