comparison src/version.c @ 27645:1712b102d642 v8.2.4348

patch 8.2.4348: "legacy exe cmd" does not do what one would expect Commit: https://github.com/vim/vim/commit/5b1d6e98c6610553fe3946086cdba77718bd69d5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 11 20:33:48 2022 +0000 patch 8.2.4348: "legacy exe cmd" does not do what one would expect Problem: "legacy exe cmd" does not do what one would expect. Solution: Apply the "legacy" and "vim9script" command modifiers to the argument of ":execute".
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 21:45:03 +0100
parents 517daf1a6e5b
children 9bc9970e72eb
comparison
equal deleted inserted replaced
27644:666f8cbb90dd 27645:1712b102d642
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4348,
749 /**/ 751 /**/
750 4347, 752 4347,
751 /**/ 753 /**/
752 4346, 754 4346,
753 /**/ 755 /**/