commit | 7591116acffc45b5880c49244646651badac1629 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 19:44:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 19:44:47 2020 +0200 |
tree | 16e4659d7fb41d8cad4944fd9905a09c04d0d895 | |
parent | f56c95fdad5af521887f8cd7bc15729b5355231d [diff] [blame] |
patch 8.2.1260: there is no good test for CursorHold Problem: There is no good test for CursorHold. Solution: Add a test. Remove duplicated test. (Yegappan Lakshmanan, closes #6503
diff --git a/src/version.c b/src/version.c index 528c8c0..8df1359 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1260, +/**/ 1259, /**/ 1258,