commit | 544a38e44db0f25ec4fa7a2a4666cf28a2336f33 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jun 10 19:39:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 19:39:11 2021 +0200 |
tree | aa6a3da517185bbdb604f7d31bde07ef4dc36c31 | |
parent | 31e299c08f250b126b2c2c0ecce12ee563b70fdc [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6286581..fb6d550 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2971, +/**/ 2970, /**/ 2969,