To: vim_dev@googlegroups.com Subject: Patch 9.0.0254 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///