changeset 25016:e321dbddc076 v8.2.3045

patch 8.2.3045: minor typos Commit: https://github.com/vim/vim/commit/98703d7f6c9a0ef9e54cb291a92342b9f96db732 Author: Christian Brabandt <cb@256bit.org> Date: Thu Jun 24 19:55:27 2021 +0200 patch 8.2.3045: minor typos Problem: Minor typos. Solution: Fix the typos. (Christian Brabandt, closes https://github.com/vim/vim/issues/8441)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jun 2021 20:00:04 +0200
parents 5dc64bd86541
children 9ea1256e817e
files src/VisVim/README_VisVim.txt src/evalfunc.c src/testdir/vim9.vim src/version.c
diffstat 4 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -213,7 +213,7 @@ 6. I'm tired of VisVim but I can't get r
    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...
+		 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'.
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -7973,7 +7973,7 @@ f_searchpos(typval_T *argvars, typval_T 
 
 /*
  * Set the cursor or mark position.
- * If 'charpos' is TRUE, then use the column number as a character offet.
+ * If 'charpos' is TRUE, then use the column number as a character offset.
  * Otherwise use the column number as a byte offset.
  */
     static void
--- a/src/testdir/vim9.vim
+++ b/src/testdir/vim9.vim
@@ -107,7 +107,7 @@ def CheckDefAndScriptFailure(lines: list
   CheckScriptFailure(['vim9script'] + lines, error, lnum + 1)
 enddef
 
-" As CheckDefAndScriptFailure() but with two different exepcted errors.
+" As CheckDefAndScriptFailure() but with two different exepected errors.
 def CheckDefAndScriptFailure2(
   	lines: list<string>,
 	errorDef: string,
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3045,
+/**/
     3044,
 /**/
     3043,