summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-21 19:44:47 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-21 19:44:47 +0200
commit7591116acffc45b5880c49244646651badac1629 (patch)
tree16e4659d7fb41d8cad4944fd9905a09c04d0d895 /src/version.c
parentf56c95fdad5af521887f8cd7bc15729b5355231d (diff)
patch 8.2.1260: there is no good test for CursorHoldv8.2.1260
Problem: There is no good test for CursorHold. Solution: Add a test. Remove duplicated test. (Yegappan Lakshmanan, closes #6503
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 528c8c0aaf..8df1359255 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 */
/**/
+ 1260,
+/**/
1259,
/**/
1258,