1
0
forked from aniani/vim

patch 8.2.3300: Lua: can only execute on Vim command at a time

Problem:    Lua: can only execute on Vim command at a time.  Not easy to get
            the Vim version.
Solution:   Make vim.command() accept multiple lines.  Add vim.version().
            (Yegappan Lakshmanan, closes #8716)
This commit is contained in:
Yegappan Lakshmanan
2021-08-06 21:34:38 +02:00
committed by Bram Moolenaar
parent 5671f3f076
commit 11328bc7df
7 changed files with 124 additions and 5 deletions

View File

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