commit | 94d9f4fa65bce6f116cf89bfdabdf5a06509056f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 20:55:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 20:55:26 2019 +0100 |
tree | c71357635f104aa77f3aa70772a729195c82b4ba | |
parent | 44f0bd878ab6525eb50f2e05a13c0854164cdec2 [diff] [blame] |
patch 8.1.2330: vi' does not always work when 'selection' is exclusive Problem: vi' does not always work when 'selection' is exclusive. Solution: Adjust start position.
diff --git a/src/version.c b/src/version.c index 76e3f1b..41bd4cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2330, +/**/ 2329, /**/ 2328,