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:
committed by
Bram Moolenaar
parent
5671f3f076
commit
11328bc7df
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3300,
|
||||
/**/
|
||||
3299,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user