comparison runtime/doc/index.txt @ 28714:5eea8a249f86 v8.2.4881

patch 8.2.4881: "P" in Visual mode still changes some registers Commit: https://github.com/vim/vim/commit/509142ab7a9db32114b6d0949722b9133c9c22f2 Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Fri May 6 11:45:09 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 13:00:03 +0200
parents c968191a8557
children 2a1f9b4a5ac9
comparison
equal deleted inserted replaced
28713:f608d3f98e0e 28714:5eea8a249f86
937 before the highlighted area 937 before the highlighted area
938 |v_J| J 2 join the highlighted lines 938 |v_J| J 2 join the highlighted lines
939 |v_K| K run 'keywordprg' on the highlighted area 939 |v_K| K run 'keywordprg' on the highlighted area
940 |v_O| O move horizontally to other corner of area 940 |v_O| O move horizontally to other corner of area
941 |v_P| P replace highlighted area with register 941 |v_P| P replace highlighted area with register
942 contents; unnamed register is unchanged 942 contents; registers are unchanged
943 Q does not start Ex mode 943 Q does not start Ex mode
944 |v_R| R 2 delete the highlighted lines and start 944 |v_R| R 2 delete the highlighted lines and start
945 insert 945 insert
946 |v_S| S 2 delete the highlighted lines and start 946 |v_S| S 2 delete the highlighted lines and start
947 insert 947 insert