Patch 9.0.0254
Problem:    Typo in function name.
Solution:   Rename the function. (closes #10971)
Files:      src/insexpand.c


*** ../vim-9.0.0253/src/insexpand.c     2022-07-28 21:51:34.332218157 +0100
--- src/insexpand.c     2022-08-24 16:46:41.984250183 +0100
***************
*** 1495,1501 ****
   * skipping the word at 'skip_word'.  Returns OK on success.
   */
      static int
! thesarurs_add_words_in_line(
        char_u  *fname,
        char_u  **buf_arg,
        int     dir,
--- 1495,1501 ----
   * skipping the word at 'skip_word'.  Returns OK on success.
   */
      static int
! thesaurus_add_words_in_line(
        char_u  *fname,
        char_u  **buf_arg,
        int     dir,
***************
*** 1598,1604 ****
                {
                    // For a thesaurus, add all the words in the line
                    ptr = buf;
!                   add_r = thesarurs_add_words_in_line(files[i], &ptr, *dir,
                                                        regmatch->startp[0]);
                }
                if (add_r == OK)
--- 1598,1604 ----
                {
                    // For a thesaurus, add all the words in the line
                    ptr = buf;
!                   add_r = thesaurus_add_words_in_line(files[i], &ptr, *dir,
                                                        regmatch->startp[0]);
                }
                if (add_r == OK)
***************
*** 2083,2089 ****
            ctrl_x_mode = CTRL_X_FILES;
            break;
        case Ctrl_K:
!           // complete words from a dictinoary
            ctrl_x_mode = CTRL_X_DICTIONARY;
            break;
        case Ctrl_R:
--- 2083,2089 ----
            ctrl_x_mode = CTRL_X_FILES;
            break;
        case Ctrl_K:
!           // complete words from a dictionary
            ctrl_x_mode = CTRL_X_DICTIONARY;
            break;
        case Ctrl_R:
*** ../vim-9.0.0253/src/version.c       2022-08-24 16:30:30.690752449 +0100
--- src/version.c       2022-08-24 16:46:40.540253433 +0100
***************
*** 733,734 ****
--- 733,736 ----
  {   /* Add new patch number below this line */
+ /**/
+     254,
  /**/

-- 
   [Another hideous roar.]
BEDEVERE: That's it!
ARTHUR:   What?
BEDEVERE: It's The Legendary Black Beast of Aaaaarrrrrrggghhh!
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// 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/20220824154915.601441C10AE%40moolenaar.net.

Raspunde prin e-mail lui