commit | 2f03e5a0a9cfaabb01c57dd3348a05e86c26623c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 15:33:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 15:33:25 2020 +0200 |
tree | a56206b01f450b99a8cf372693651f47f622c22f | |
parent | 3d9207ad2fc98b4f92f77b5a3d52a3a4d25b9561 [diff] [blame] |
patch 8.2.0999: moving to next sentence gets stuck on quote 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)
diff --git a/src/version.c b/src/version.c index 6ea3ce0..f1cc22f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 999, +/**/ 998, /**/ 997,