patch 8.2.4242: put in Visual mode cannot be repeated v8.2.4242
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Fri, 28 Jan 2022 16:01:13 +0000 (16:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jan 2022 16:01:13 +0000 (16:01 +0000)
commitfb55207ed17918c8a2a6cadf5ad9d5fcf686a7ab
tree9faeac58af548281bea9b0f703bd2cbbdb96c380
parent420fabcd4ffeaf79082a6e43db91e1d363f88f27
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)
runtime/doc/visual.txt
src/normal.c
src/register.c
src/testdir/test_visual.vim
src/version.c