From df36514a6455342e178af693553ef9df9fcf8c83 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 3 May 2021 20:01:45 +0200 Subject: patch 8.2.2829: some comments are not correct or clear Problem: Some comments are not correct or clear. Solution: Adjust the comments. Add test for cursor position. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 444f35fda..b25662094 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2829, /**/ 2828, /**/ -- cgit v1.2.1