]> granicus.if.org Git - vim/commitdiff
patch 9.0.0855: comment not located above the code it refers to v9.0.0855
authorzeertzjq <zeertzjq@outlook.com>
Thu, 10 Nov 2022 17:05:28 +0000 (17:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Nov 2022 17:05:28 +0000 (17:05 +0000)
Problem:    Comment not located above the code it refers to.
Solution:   Move the comment. (closes #11527)

src/spell.h
src/version.c

index be11c9f612efb502bbf30879c905417ee899cb16..c25b3b95027bd854b818fa291743c92a7432b9ef 100644 (file)
@@ -280,8 +280,6 @@ typedef struct spelltab_S
 #endif
 
 #ifdef FEAT_SPELL
-// First language that is loaded, start of the linked list of loaded
-// languages.
 # ifdef IN_SPELL_C
 #  define SPELL_EXTERN
 #  define SPELL_INIT(x) x
@@ -290,6 +288,8 @@ typedef struct spelltab_S
 #  define SPELL_INIT(x)
 # endif
 
+// First language that is loaded, start of the linked list of loaded
+// languages.
 SPELL_EXTERN slang_T   *first_lang SPELL_INIT(= NULL);
 
 // file used for "zG" and "zW"
index a759a28592893b5de1e381c4e354d96529a73b27..acade23d359343ba09d8a650450540e4ba6134cb 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    855,
 /**/
     854,
 /**/