]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0997: cannot execute a register containing line continuation 6282/head v8.2.0997
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Jun 2020 19:47:23 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Jun 2020 19:47:23 +0000 (21:47 +0200)
commit856c1110c1cf0d6e44e387b70732ca4b4c8ef0f2
treef5c23b674508b2906a9f4b477283007fddee3582
parent40a019f157c549dcdc17c33f082975485567bb06
patch 8.2.0997: cannot execute a register containing line continuation

Problem:    Cannot execute a register containing line continuation.
Solution:   Concatenate lines where needed. (Yegappan Lakshmanan,
            closes #6272)
runtime/doc/repeat.txt
src/register.c
src/testdir/test_registers.vim
src/version.c