Patch 9.0.0855

2 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 10, 2022, 12:06:12 PM11/10/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages