commit | fb55207ed17918c8a2a6cadf5ad9d5fcf686a7ab | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Fri Jan 28 16:01:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 16:01:13 2022 +0000 |
tree | 9faeac58af548281bea9b0f703bd2cbbdb96c380 | |
parent | 420fabcd4ffeaf79082a6e43db91e1d363f88f27 [diff] [blame] |
patch 8.2.4242: put in Visual mode cannot be repeated Problem: Put in Visual mode cannot be repeated. Solution: Use "P" to put without yanking the deleted text into the unnamed register. (Shougo Matsushita, closes #9591)
diff --git a/src/version.c b/src/version.c index eb5006b..882fb0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4242, +/**/ 4241, /**/ 4240,