changeset 18929:edacd1e922c0 v8.2.0025

patch 8.2.0025: repeated word in comment Commit: https://github.com/vim/vim/commit/fe72d08400d9064b3f959f1f62f279527e64835a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 20 19:07:00 2019 +0100 patch 8.2.0025: repeated word in comment Problem: Repeated word in comment. Solution: Remove one. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/5384)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Dec 2019 19:15:04 +0100
parents 180a1c5175f6
children 394f34c5c683
files src/structs.h src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    25,
+/**/
     24,
 /**/
     23,