commit | 80dad48c5095d30873a42ec82628bdb213125d8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 17:22:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 17:22:31 2019 +0200 |
tree | 4b90c651f4f6f7cd45d18c5aa53c8b4b6fc3291f | |
parent | 954bb0636390751c0665d7d730a13d86dc5bc6e6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b392cfd..79faf7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1510, +/**/ 1509, /**/ 1508,