]> granicus.if.org Git - vim/commit
patch 8.2.2971: cannot yank a block without trailing spaces v8.2.2971
authorChristian Brabandt <cb@256bit.org>
Thu, 10 Jun 2021 17:39:11 +0000 (19:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Jun 2021 17:39:11 +0000 (19:39 +0200)
commit544a38e44db0f25ec4fa7a2a4666cf28a2336f33
treeaa6a3da517185bbdb604f7d31bde07ef4dc36c31
parent31e299c08f250b126b2c2c0ecce12ee563b70fdc
patch 8.2.2971: cannot yank a block without trailing spaces

Problem:    Cannot yank a block without trailing spaces.
Solution:   Add the "zy" command. (Christian Brabandt, closes #8292)
runtime/doc/change.txt
runtime/doc/index.txt
src/normal.c
src/ops.c
src/register.c
src/structs.h
src/testdir/test_visual.vim
src/version.c