diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-18 15:33:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-18 15:33:25 +0200 |
commit | 2f03e5a0a9cfaabb01c57dd3348a05e86c26623c (patch) | |
tree | a56206b01f450b99a8cf372693651f47f622c22f /src/version.c | |
parent | 3d9207ad2fc98b4f92f77b5a3d52a3a4d25b9561 (diff) | |
download | vim-git-8.2.0999.tar.gz |
patch 8.2.0999: moving to next sentence gets stuck on quotev8.2.0999
Problem: Moving to next sentence gets stuck on quote.
Solution: When moving to the next sentence doesn't result in moving, advance
a character and try again. (closes #6291)
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 6ea3ce043..f1cc22f5e 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 999, +/**/ 998, /**/ 997, |