diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2022-05-06 11:45:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-05-06 11:45:09 +0100 |
commit | 509142ab7a9db32114b6d0949722b9133c9c22f2 (patch) | |
tree | 45b4cfc0fbae41deda1227b38075a40737660ac4 /src/version.c | |
parent | 434725cc4cbbadafc82954178f55864741455cdb (diff) | |
download | vim-git-509142ab7a9db32114b6d0949722b9133c9c22f2.tar.gz |
patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881
Problem: "P" in Visual mode still changes some registers.
Solution: Make "P" in Visual mode not change any register. (Shougo
Matsushita, closes #10349)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 848c3e642..301c5831a 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4881, +/**/ 4880, /**/ 4879, |