comparison src/version.c @ 19497:639b1d672757 v8.2.0306

patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script Commit: https://github.com/vim/vim/commit/83f37b91426b419a913aa4f42d041b2111b57864 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 23 14:35:01 2020 +0100 patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script Problem: Vim9: :substitute(pat(repl does not work in Vim9 script. Solution: Remember starting with a colon. (closes https://github.com/vim/vim/issues/5676)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Feb 2020 14:45:03 +0100
parents f6c87afa5501
children f22626353eb3
comparison
equal deleted inserted replaced
19496:53b0cee66935 19497:639b1d672757
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 306,
741 /**/ 743 /**/
742 305, 744 305,
743 /**/ 745 /**/
744 304, 746 304,
745 /**/ 747 /**/