summaryrefslogtreecommitdiff
path: root/src/errors.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3231: build failure with small featuresv8.2.3231Bram Moolenaar2021-07-271-0/+2
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+20
* patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east2021-07-261-2/+2
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-4/+2
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-221-0/+6
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-0/+33
* patch 8.2.3192: build failure with small versionv8.2.3192Bram Moolenaar2021-07-201-2/+0
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-0/+56
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+6
* patch 8.2.3186: Vim9: not all failures for import testedv8.2.3186Bram Moolenaar2021-07-191-1/+1
* patch 8.2.3184: cannot add a digraph with a leading spacev8.2.3184mityu2021-07-191-0/+12
* patch 8.2.3183: duplicate error numbersv8.2.3183Bram Moolenaar2021-07-191-2/+2
* patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar2021-07-181-0/+2
* patch 8.2.3176: Vim9: no type error for comparing number with stringv8.2.3176Bram Moolenaar2021-07-181-2/+2
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+4
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-0/+2
* patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar2021-07-111-0/+2
* patch 8.2.3141: no error when using :complete for :command without -nargsv8.2.3141Martin Tournoij2021-07-111-0/+2
* patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar2021-07-101-0/+2
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-101-0/+2
* patch 8.2.3123: Vim9: confusing error when using white space after optionv8.2.3123Bram Moolenaar2021-07-081-0/+2
* patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar2021-07-051-0/+2
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-0/+38
* patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar2021-06-261-0/+2
* patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar2021-06-261-1/+1
* patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar2021-06-251-0/+2
* patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt2021-06-211-1/+1
* patch 8.2.3030: Coverity reports a memory leakv8.2.3030Dominique Pelle2021-06-211-2/+2
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-0/+19
* patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar2021-06-121-0/+2
* patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar2021-06-081-0/+2
* patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar2021-06-051-0/+4
* patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram Moolenaar2021-06-021-0/+2
* patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar2021-05-301-0/+2
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-291-0/+2
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-0/+4
* patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar2021-04-251-2/+2
* patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar2021-04-191-0/+4
* patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar2021-04-171-0/+2
* patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar2021-04-141-0/+2
* patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar2021-04-121-0/+2
* patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar2021-04-101-0/+2
* patch 8.2.2740: Vim9: lambda with varargs doesn't workv8.2.2740Bram Moolenaar2021-04-091-0/+2
* patch 8.2.2676: missing error messagev8.2.2676Bram Moolenaar2021-03-291-0/+2
* patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled scriptv8.2.2672Bram Moolenaar2021-03-281-0/+2
* patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar2021-03-261-0/+2
* patch 8.2.2653: build failurev8.2.2653Bram Moolenaar2021-03-251-1/+3
* patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar2021-03-221-0/+4
* patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar2021-03-221-0/+2
* patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar2021-03-211-0/+4