commit | e71c0ebe2cee4a4916c49e206733200299e4c065 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 16:43:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 16:43:11 2021 +0200 |
tree | 69625871cfda6378539fadb2b604cc388bff6cdf | |
parent | 0b49648486c5857047433c11d0871f79b53613a5 [diff] [blame] |
patch 8.2.2911: pattern "\%V" does not match all of block selection Problem: Pattern "\%V" does not match all of block selection. (Rick Howe) Solution: Use the value of vi_curswant. (closes #8285)
diff --git a/src/version.c b/src/version.c index 8440b82..0a82a96 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2911, +/**/ 2910, /**/ 2909,