forked from aniani/vim
patch 9.0.0855: comment not located above the code it refers to
Problem: Comment not located above the code it refers to. Solution: Move the comment. (closes #11527)
This commit is contained in:
parent
7265851b2b
commit
09a93e3e66
@ -280,8 +280,6 @@ typedef struct spelltab_S
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_SPELL
|
#ifdef FEAT_SPELL
|
||||||
// First language that is loaded, start of the linked list of loaded
|
|
||||||
// languages.
|
|
||||||
# ifdef IN_SPELL_C
|
# ifdef IN_SPELL_C
|
||||||
# define SPELL_EXTERN
|
# define SPELL_EXTERN
|
||||||
# define SPELL_INIT(x) x
|
# define SPELL_INIT(x) x
|
||||||
@ -290,6 +288,8 @@ typedef struct spelltab_S
|
|||||||
# define SPELL_INIT(x)
|
# define SPELL_INIT(x)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
// First language that is loaded, start of the linked list of loaded
|
||||||
|
// languages.
|
||||||
SPELL_EXTERN slang_T *first_lang SPELL_INIT(= NULL);
|
SPELL_EXTERN slang_T *first_lang SPELL_INIT(= NULL);
|
||||||
|
|
||||||
// file used for "zG" and "zW"
|
// file used for "zG" and "zW"
|
||||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
855,
|
||||||
/**/
|
/**/
|
||||||
854,
|
854,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user