1
0
forked from aniani/vim

patch 9.0.0473: fullcommand() only works for the current script version

Problem:    fullcommand() only works for the current script version.
Solution:   Add an optional argument for the script version.
This commit is contained in:
Bram Moolenaar
2022-09-15 21:46:02 +01:00
parent a4abe514ec
commit aa5341477c
5 changed files with 45 additions and 11 deletions

View File

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