To: vim_dev@googlegroups.com Subject: Patch 8.2.3045 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3045 Problem: Minor typos. Solution: Fix the typos. (Christian Brabandt, closes #8441) Files: src/VisVim/README_VisVim.txt, src/evalfunc.c, src/testdir/vim9.vim *** ../vim-8.2.3044/src/VisVim/README_VisVim.txt 2019-04-17 18:26:51.000000000 +0200 --- src/VisVim/README_VisVim.txt 2021-06-24 19:52:35.802846272 +0200 *************** *** 213,219 **** Cause: You can't delete an item you once added to the add-ins list box. Explanation: M$ just didn't put a 'delete' button in the dialog box. ! Unfortunately there is no DEL key accellerator as well... Workaround: You can't kill it, but you can knock it out: 1. Uncheck the check box in front of 'Vim Developer Studio Add-in'. --- 213,219 ---- Cause: You can't delete an item you once added to the add-ins list box. Explanation: M$ just didn't put a 'delete' button in the dialog box. ! Unfortunately there is no DEL key accelerator as well... Workaround: You can't kill it, but you can knock it out: 1. Uncheck the check box in front of 'Vim Developer Studio Add-in'. *** ../vim-8.2.3044/src/evalfunc.c 2021-06-23 20:46:46.914256853 +0200 --- src/evalfunc.c 2021-06-24 19:52:35.802846272 +0200 *************** *** 7973,7979 **** /* * Set the cursor or mark position. ! * If 'charpos' is TRUE, then use the column number as a character offet. * Otherwise use the column number as a byte offset. */ static void --- 7973,7979 ---- /* * Set the cursor or mark position. ! * If 'charpos' is TRUE, then use the column number as a character offset. * Otherwise use the column number as a byte offset. */ static void *** ../vim-8.2.3044/src/testdir/vim9.vim 2021-04-14 20:35:19.408232634 +0200 --- src/testdir/vim9.vim 2021-06-24 19:52:35.802846272 +0200 *************** *** 107,113 **** CheckScriptFailure(['vim9script'] + lines, error, lnum + 1) enddef ! " As CheckDefAndScriptFailure() but with two different exepcted errors. def CheckDefAndScriptFailure2( lines: list, errorDef: string, --- 107,113 ---- CheckScriptFailure(['vim9script'] + lines, error, lnum + 1) enddef ! " As CheckDefAndScriptFailure() but with two different exepected errors. def CheckDefAndScriptFailure2( lines: list, errorDef: string, *** ../vim-8.2.3044/src/version.c 2021-06-24 18:50:25.955880606 +0200 --- src/version.c 2021-06-24 19:54:02.542625830 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3045, /**/ -- This planet has -- or rather had -- a problem, which was this: most of the people living on it were unhappy for pretty much of the time. Many solutions were suggested for this problem, but most of these were largely concerned with the movements of small green pieces of paper, which is odd because on the whole it wasn't the small green pieces of paper that were unhappy. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// 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 ///