commit | 5202929dab58402a5f3cd9c231e09abb5c451c56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 21:20:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 21:20:30 2021 +0100 |
tree | 75d4aaf4b43a5df4881407d38cd63a57c045c364 | |
parent | 8f33ebfade10cd1b4296d8ec8dca815a09e8a405 [diff] [blame] |
patch 8.2.2496: insufficien testing for text jumping fix Problem: Insufficien testing for text jumping fix. Solution: Add another test case.
diff --git a/src/version.c b/src/version.c index 708fb95..3c9edfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2496, +/**/ 2495, /**/ 2494,