commit | 30c0c467d6cc2a7af960ccb9002b50115b0e55cf | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Oct 09 11:44:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 11:44:28 2022 +0100 |
tree | ceb6df184a9692375764560e63b32d1494a630c6 | |
parent | 8cf3459878198c5bb4a96f3c63214b2beccce341 [diff] [blame] |
patch 9.0.0702: incomplete testing cursor position with 'linebreak' set Problem: Incomplete testing cursor position after change with 'linebreak' set. Solution: Add a test and move test cases together. (closes #11313)
diff --git a/src/version.c b/src/version.c index 79ec146..0e31af3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 702, +/**/ 701, /**/ 700,