Patch 9.0.0855
Problem: Comment not located above the code it refers to.
Solution: Move the comment. (closes #11527)
Files: src/spell.h
*** ../vim-9.0.0854/src/spell.h 2022-11-02 13:30:37.538314551 +0000
--- src/spell.h 2022-11-10 17:01:40.651702699 +0000
***************
*** 280,287 ****
#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
--- 280,285 ----
***************
*** 290,295 ****
--- 288,295 ----
# 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"
*** ../vim-9.0.0854/src/version.c 2022-11-10 13:21:30.503305156 +0000
--- src/version.c 2022-11-10 17:03:27.503572497 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 855,
/**/
--
I wonder how much deeper the ocean would be without sponges.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221110170600.561701C108B%40moolenaar.net.