Problem: Minor typos.
Solution: Fix the typos. (Christian Brabandt, closes #8441)
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'.
/*
* 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
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,
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3045,
/**/
3044,
/**/