commit | d29c6fea94947b3f4b54fbd5a6f832a7d744bf27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 20:11:54 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 20:11:54 2015 +0100 |
tree | e7a1038edad7ed8ae58ce1ac444ffa7680ffc98b | |
parent | 5d8afebb5bf7fb1e8ce06062451dc6a1f9a53ac0 [diff] [blame] |
patch 7.4.929 Problem: "gv" after paste selects one character less if 'selection' is "exclusive". Solution: Increment the end position. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 77a2564..fc286b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 929, +/**/ 928, /**/ 927,