]> granicus.if.org Git - vim/commitdiff
patch 8.2.0025: repeated word in comment v8.2.0025
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Dec 2019 18:07:00 +0000 (19:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Dec 2019 18:07:00 +0000 (19:07 +0100)
Problem:    Repeated word in comment.
Solution:   Remove one. (Rene Nyffenegger, closes #5384)

src/structs.h
src/version.c

index 71b5c6141f98faef639c25e34664cbea1164f424..a543d3b07209f3f93bcfc67bf715fa2eb290ee31 100644 (file)
@@ -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
index c7da9e057caa37f335f058f72e3135fb9e4d407a..67b4c4b3ae09ef225d7454085db739db59779eac 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    25,
 /**/
     24,
 /**/