]> granicus.if.org Git - vim/commit
patch 8.2.3475: expression register set by not executed put command v8.2.3475
authorkuuote <znmxodq1@gmail.com>
Mon, 4 Oct 2021 21:17:36 +0000 (22:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Oct 2021 21:17:36 +0000 (22:17 +0100)
commit08d7b1c82866a61b61a55e55b6c190dba04e54ea
treed611343ead8155cda84d941ee25c6e6127814915
parent965d2edbce1a8ccba96925be5ac4575981f68949
patch 8.2.3475: expression register set by not executed put command

Problem:    Expression register set by not executed put command.
Solution:   Do not set the register if the command is skipped. (closes #8909)
src/ex_docmd.c
src/testdir/test_excmd.vim
src/version.c