1
0
forked from aniani/vim

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 #8779)
This commit is contained in:
Bram Moolenaar
2021-08-22 22:44:11 +02:00
parent 093165c899
commit 73170917f1
3 changed files with 32 additions and 7 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3367,
/**/
3366,
/**/