]> granicus.if.org Git - vim/commitdiff
patch 8.2.3045: minor typos v8.2.3045
authorChristian Brabandt <cb@256bit.org>
Thu, 24 Jun 2021 17:55:27 +0000 (19:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Jun 2021 17:55:27 +0000 (19:55 +0200)
Problem:    Minor typos.
Solution:   Fix the typos. (Christian Brabandt, closes #8441)

src/VisVim/README_VisVim.txt
src/evalfunc.c
src/testdir/vim9.vim
src/version.c

index d96becf1130466d77f5000bfb79dfa0e5b3afb33..f96f102d1ba50767fbc447034c44e98dd19b3a86 100644 (file)
@@ -213,7 +213,7 @@ Troubleshooting
    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'.
index 3dd887b8884663000f3a2e3f2cddb2b9d1148523..2539515bc8aa9a00ec29a59f8d705cdadae84d30 100644 (file)
@@ -7973,7 +7973,7 @@ f_searchpos(typval_T *argvars, typval_T *rettv)
 
 /*
  * 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
index 9efa65552ee64dcb69a6fce2b78c7cba2bc718d9..cb66d4260863e5a8452697d77f4bd2792c99fcb2 100644 (file)
@@ -107,7 +107,7 @@ def CheckDefAndScriptFailure(lines: list<string>, error: string, lnum = -3)
   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,
index d77119c06f47039dc83f9164b2c1047f50641f18..d0e9da6fc7bb9d71a9d9def069e3b1da5298d862 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3045,
 /**/
     3044,
 /**/