From: Bram Moolenaar Date: Fri, 20 Dec 2019 18:07:00 +0000 (+0100) Subject: patch 8.2.0025: repeated word in comment X-Git-Tag: v8.2.0025 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe72d08400d9064b3f959f1f62f279527e64835a;p=vim patch 8.2.0025: repeated word in comment Problem: Repeated word in comment. Solution: Remove one. (Rene Nyffenegger, closes #5384) --- diff --git a/src/structs.h b/src/structs.h index 71b5c6141..a543d3b07 100644 --- a/src/structs.h +++ b/src/structs.h @@ -68,7 +68,7 @@ typedef struct VimMenu vimmenu_T; #endif /* - * SCript ConteXt (SCTX): identifies a script script line. + * SCript ConteXt (SCTX): identifies a script line. * When sourcing a script "sc_lnum" is zero, "sourcing_lnum" is the current * line number. When executing a user function "sc_lnum" is the line where the * function was defined, "sourcing_lnum" is the line number inside the diff --git a/src/version.c b/src/version.c index c7da9e057..67b4c4b3a 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 25, /**/ 24, /**/