commit | ecac591cce23919059a5d93ed2e94541b1be99b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 19:23:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 19:23:28 2021 +0100 |
tree | 911580be45a1b9c47d876ada0ecf5076eafac8ec | |
parent | a79925a0a8f00577782090859eb0ef69e220d4aa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e7c3ee0..a2553fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2303, +/**/ 2302, /**/ 2301,