commit | 08d7b1c82866a61b61a55e55b6c190dba04e54ea | [log] [tgz] |
---|---|---|
author | kuuote <znmxodq1@gmail.com> | Mon Oct 04 22:17:36 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 22:17:36 2021 +0100 |
tree | d611343ead8155cda84d941ee25c6e6127814915 | |
parent | 965d2edbce1a8ccba96925be5ac4575981f68949 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e927191..e6a4b1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3475, +/**/ 3474, /**/ 3473,