comparison src/version.c @ 24022:29b15fbc2bcb v8.2.2553

patch 8.2.2553: Vim9: Cannot put "|" after "{" Commit: https://github.com/vim/vim/commit/0abc6e471ae78167bd75f95603b9bdd27ff0b38f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 26 22:21:23 2021 +0100 patch 8.2.2553: Vim9: Cannot put "|" after "{" Problem: Vim9: Cannot put "|" after "{". Solution: Add the EX_TRLBAR flag. (issue https://github.com/vim/vim/issues/7904)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Feb 2021 22:30:04 +0100
parents f7dbc9e81a19
children edcb6cf55a26
comparison
equal deleted inserted replaced
24021:b4912d88999c 24022:29b15fbc2bcb
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 2553,
753 /**/ 755 /**/
754 2552, 756 2552,
755 /**/ 757 /**/
756 2551, 758 2551,
757 /**/ 759 /**/