comparison src/version.c @ 23521:0ef920a03380 v8.2.2303

patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopen Commit: https://github.com/vim/vim/commit/ecac591cce23919059a5d93ed2e94541b1be99b5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 5 19:23:28 2021 +0100 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 https://github.com/vim/vim/issues/7621)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jan 2021 19:30:04 +0100
parents cb66613dd9d5
children b0a6e7325169
comparison
equal deleted inserted replaced
23520:9c0c0d1a38f6 23521:0ef920a03380
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2303,
753 /**/ 755 /**/
754 2302, 756 2302,
755 /**/ 757 /**/
756 2301, 758 2301,
757 /**/ 759 /**/