commit | 509142ab7a9db32114b6d0949722b9133c9c22f2 | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Fri May 06 11:45:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:45:09 2022 +0100 |
tree | 45b4cfc0fbae41deda1227b38075a40737660ac4 | |
parent | 434725cc4cbbadafc82954178f55864741455cdb [diff] [blame] |
patch 8.2.4881: "P" in Visual mode still changes some registers Problem: "P" in Visual mode still changes some registers. Solution: Make "P" in Visual mode not change any register. (Shougo Matsushita, closes #10349)
diff --git a/src/version.c b/src/version.c index 848c3e6..301c583 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4881, +/**/ 4880, /**/ 4879,