comparison src/version.c @ 25662:23f065f27d2e v8.2.3367

patch 8.2.3367: Vim9: :@r executing a register is inconsistent Commit: https://github.com/vim/vim/commit/73170917f14d1b0d919c65fbc0a9d011b87d94da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 22 22:44:11 2021 +0200 patch 8.2.3367: Vim9: :@r executing a register is inconsistent Problem: Vim9: :@r executing a register is inconsistent. Solution: Use "@r" as the start of an expression. (issue https://github.com/vim/vim/issues/8779)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Aug 2021 22:45:03 +0200
parents 7b80b25a5c2b
children 8c3204d810a7
comparison
equal deleted inserted replaced
25661:cb69ba1652c6 25662:23f065f27d2e
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3367,
758 /**/ 760 /**/
759 3366, 761 3366,
760 /**/ 762 /**/
761 3365, 763 3365,
762 /**/ 764 /**/