1
0
forked from aniani/vim

patch 8.1.1510: a plugin cannot easily expand a command like done internally

Problem:    A plugin cannot easily expand a command like done internally.
Solution:   Add the expandcmd() function. (Yegappan Lakshmanan, closes #4514)
This commit is contained in:
Bram Moolenaar
2019-06-09 17:22:31 +02:00
parent 954bb06363
commit 80dad48c50
5 changed files with 78 additions and 1 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1510,
/**/
1509,
/**/