1
0
forked from aniani/vim

patch 8.2.3045: minor typos

Problem:    Minor typos.
Solution:   Fix the typos. (Christian Brabandt, closes #8441)
This commit is contained in:
Christian Brabandt
2021-06-24 19:55:27 +02:00
committed by Bram Moolenaar
parent 3a62b14077
commit 98703d7f6c
4 changed files with 5 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ Troubleshooting
Cause: You can't delete an item you once added to the add-ins Cause: You can't delete an item you once added to the add-ins
list box. list box.
Explanation: M$ just didn't put a 'delete' button in the dialog 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: Workaround: You can't kill it, but you can knock it out:
1. Uncheck the check box in front of 'Vim Developer Studio 1. Uncheck the check box in front of 'Vim Developer Studio
Add-in'. Add-in'.

View File

@@ -7973,7 +7973,7 @@ f_searchpos(typval_T *argvars, typval_T *rettv)
/* /*
* Set the cursor or mark position. * 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. * Otherwise use the column number as a byte offset.
*/ */
static void static void

View File

@@ -107,7 +107,7 @@ def CheckDefAndScriptFailure(lines: list<string>, error: string, lnum = -3)
CheckScriptFailure(['vim9script'] + lines, error, lnum + 1) CheckScriptFailure(['vim9script'] + lines, error, lnum + 1)
enddef enddef
" As CheckDefAndScriptFailure() but with two different exepcted errors. " As CheckDefAndScriptFailure() but with two different exepected errors.
def CheckDefAndScriptFailure2( def CheckDefAndScriptFailure2(
lines: list<string>, lines: list<string>,
errorDef: string, errorDef: string,

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
3045,
/**/ /**/
3044, 3044,
/**/ /**/