comparison src/version.c @ 24020:f7dbc9e81a19 v8.2.2552

patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command Commit: https://github.com/vim/vim/commit/9f646c2e1105f27484d7b008a29da554ff2c21b6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 26 21:56:47 2021 +0100 patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command Problem: Vim9: no reason to consider "{{{{{{{{" a command. Solution: Just use "{". (issue https://github.com/vim/vim/issues/7904)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Feb 2021 22:00:03 +0100
parents a934526dacd2
children 29b15fbc2bcb
comparison
equal deleted inserted replaced
24019:d3dc7c535eda 24020:f7dbc9e81a19
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 2552,
753 /**/ 755 /**/
754 2551, 756 2551,
755 /**/ 757 /**/
756 2550, 758 2550,
757 /**/ 759 /**/