1
0
forked from aniani/vim

patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopen

Problem:    Vim9: backtick expansion doesn't work for :foldopen.
Solution:   Do recognize backtick expansion. (closes #7621)
This commit is contained in:
Bram Moolenaar
2021-01-05 19:23:28 +01:00
parent a79925a0a8
commit ecac591cce
3 changed files with 26 additions and 0 deletions

View File

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