diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-21 20:55:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-21 20:55:26 +0100 |
commit | 94d9f4fa65bce6f116cf89bfdabdf5a06509056f (patch) | |
tree | c71357635f104aa77f3aa70772a729195c82b4ba /src/version.c | |
parent | 44f0bd878ab6525eb50f2e05a13c0854164cdec2 (diff) | |
download | vim-git-8.1.2330.tar.gz |
patch 8.1.2330: vi' does not always work when 'selection' is exclusivev8.1.2330
Problem: vi' does not always work when 'selection' is exclusive.
Solution: Adjust start position.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 76e3f1b3e..41bd4cc6a 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2330, +/**/ 2329, /**/ 2328, |