summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3086: Vim9: breakpoint on "for" does not workv8.2.3086Bram Moolenaar2021-07-033-0/+30
* patch 8.2.3085: JSONC files are not recognizedv8.2.3085Izhak Jakov2021-07-033-0/+6
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-036-146/+645
* patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt2021-07-023-1/+6
* patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar2021-07-014-3/+27
* patch 8.2.3081: cannot catch errors in a channel commandv8.2.3081Alisue2021-06-302-2/+5
* patch 8.2.3080: recover test fails on 32bit systemsv8.2.3080Yegappan Lakshmanan2021-06-302-5/+25
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-3010-52/+118
* patch 8.2.3078: Vim9: profile test failsv8.2.3078Bram Moolenaar2021-06-304-4/+39
* patch 8.2.3077: Vim9: an error in a catch block is not reportedv8.2.3077Bram Moolenaar2021-06-303-9/+57
* patch 8.2.3076: Vim9: using try in catch block causes a hangv8.2.3076Bram Moolenaar2021-06-303-1/+32
* patch 8.2.3075: xxd always reports an old version stringv8.2.3075=?UTF-8?q?J=C3=BCrgen=20Weigert?=2021-06-293-8/+6
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-298-15/+43
* patch 8.2.3073: when cursor is move for block append wrong text is insertedv8.2.3073Bram Moolenaar2021-06-294-25/+100
* patch 8.2.3072: "zy" does not work well when "virtualedit' is "block"v8.2.3072Bram Moolenaar2021-06-283-1/+25
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-289-49/+206
* patch 8.2.3070: not enough testing for shell usev8.2.3070Yegappan Lakshmanan2021-06-273-25/+43
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-2732-109/+130
* patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt2021-06-273-35/+78
* patch 8.2.3067: building fails with Athenav8.2.3067Bram Moolenaar2021-06-274-1/+14
* patch 8.2.3066: Vim9: debugging lambda does not workv8.2.3066Bram Moolenaar2021-06-273-2/+31
* patch 8.2.3065: Vim9: error when sourcing script twice and reusing functionv8.2.3065Bram Moolenaar2021-06-273-2/+26
* Update runtime filesBram Moolenaar2021-06-2730-1523/+4003
* patch 8.2.3064: Vim9: in script cannot set item in uninitialized listv8.2.3064Bram Moolenaar2021-06-273-23/+51
* patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo filev8.2.3063Bram Moolenaar2021-06-273-2/+22
* patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar2021-06-274-4/+31
* patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061Yegappan Lakshmanan2021-06-276-89/+163
* patch 8.2.3060: Vim9: cannot use ternary operator in parenthesisv8.2.3060Bram Moolenaar2021-06-263-2/+8
* patch 8.2.3059: Vim9: memory leak when using lambdav8.2.3059Bram Moolenaar2021-06-262-17/+22
* patch 8.2.3058: Vim9: cannot use ternary operator in parenthesisv8.2.3058Bram Moolenaar2021-06-263-1/+15
* patch 8.2.3057: Vim9: debugger test fails with normal features and +terminalv8.2.3057Bram Moolenaar2021-06-262-1/+3
* patch 8.2.3056: Vim9: using default value in lambda gives confusing errorv8.2.3056Bram Moolenaar2021-06-263-1/+9
* patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar2021-06-266-2/+21
* patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon failsv8.2.3054Bram Moolenaar2021-06-264-3/+18
* patch 8.2.3053: Vim9: cannot assign to @@ in :def functionv8.2.3053Bram Moolenaar2021-06-263-11/+19
* patch 8.2.3052: Vim9: "legacy call" does not workv8.2.3052Bram Moolenaar2021-06-263-19/+42
* patch 8.2.3051: Vim9: for loop with one list variable does not workv8.2.3051Bram Moolenaar2021-06-263-4/+16
* patch 8.2.3050: cannot recognize elixir filesv8.2.3050Austin Gatlin2021-06-264-2/+60
* patch 8.2.3049: JSON patch file not recognizedv8.2.3049Kevin Locke2021-06-253-1/+6
* patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar2021-06-255-0/+23
* patch 8.2.3047: increment and decrement don't allow for next commandv8.2.3047Bram Moolenaar2021-06-254-4/+14
* patch 8.2.3046: Amiga MorphOS: Term mode is set using DOS packetsv8.2.3046ola.soder@axis.com2021-06-242-1/+3
* patch 8.2.3045: minor typosv8.2.3045Christian Brabandt2021-06-244-3/+5
* patch 8.2.3044: Amiga MorphOS and AROS: process ID is not validv8.2.3044ola.soder@axis.com2021-06-242-2/+4
* patch 8.2.3043: Amiga: cannot get the shell size on MorphOS and AROSv8.2.3043ola.soder@axis.com2021-06-232-6/+55
* patch 8.2.3042: swap file test failsv8.2.3042Bram Moolenaar2021-06-232-2/+4
* patch 8.2.3041: detecting if the process of a swap file is running failsv8.2.3041Bram Moolenaar2021-06-232-2/+13
* patch 8.2.3040: GUI: dropping files not testedv8.2.3040Yegappan Lakshmanan2021-06-239-5/+174
* patch 8.2.3039: Vim9: breakpoint at a comment line does not workv8.2.3039Bram Moolenaar2021-06-236-14/+48
* patch 8.2.3038: Amiga built-in version string doesn't include build datev8.2.3038ola.soder@axis.com2021-06-232-0/+5