summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar2021-12-263-6/+11
* patch 8.2.3902: Vim9: double free with nested :def functionv8.2.3902Bram Moolenaar2021-12-266-26/+62
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-266-3/+68
* patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan2021-12-2613-8/+265
* patch 8.2.3899: Vim9: test for map() on string failsv8.2.3899Bram Moolenaar2021-12-252-2/+5
* patch 8.2.3898: Vim9: not sufficient testing for variable initializationv8.2.3898Bram Moolenaar2021-12-252-0/+20
* patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar2021-12-257-12/+80
* patch 8.2.3896: Vim9: no test for nested function not available laterv8.2.3896Bram Moolenaar2021-12-252-0/+17
* patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar2021-12-253-1/+6
* patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar2021-12-256-1/+27
* patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar2021-12-257-23/+51
* patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognizedv8.2.3892Bram Moolenaar2021-12-252-5/+12
* patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan2021-12-253-0/+16
* patch 8.2.3890: Vim9: type check for using v: variables is basicv8.2.3890Bram Moolenaar2021-12-245-117/+141
* patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan2021-12-248-39/+84
* patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman2021-12-248-29/+99
* patch 8.2.3887: E1135 is used for two different errorsv8.2.3887Bram Moolenaar2021-12-243-4/+6
* patch 8.2.3886: can define autocmd for every event by using "au!"v8.2.3886Bram Moolenaar2021-12-244-2/+5
* patch 8.2.3885: arglist test failsv8.2.3885Bram Moolenaar2021-12-242-10/+8
* patch 8.2.3884: crash when clearing the argument list while using itv8.2.3884Bram Moolenaar2021-12-243-0/+12
* patch 8.2.3883: crash when switching to other regexp engine failsv8.2.3883Bram Moolenaar2021-12-242-0/+4
* Update runtime filesBram Moolenaar2021-12-2429-1203/+1666
* patch 8.2.3882: more duplicated code in f_getreginfo()v8.2.3882zeertzjq2021-12-242-18/+8
* patch 8.2.3881: QNX: crash when compiled with GUI but using terminalv8.2.3881h-east2021-12-242-1/+3
* patch 8.2.3880: Solution filter files are not recognizedv8.2.3880Bram Moolenaar2021-12-243-1/+4
* patch 8.2.3879: getreg() and getregtype() contain dead codev8.2.3879Bram Moolenaar2021-12-242-47/+48
* patch 8.2.3878: Vim9: debugger tries to read more lines than there arev8.2.3878Bram Moolenaar2021-12-233-1/+44
* patch 8.2.3877: function does not abort after a type error in comparev8.2.3877Bram Moolenaar2021-12-223-6/+61
* patch 8.2.3876: 'cindent' does not recognize inline namespacev8.2.3876zeertzjq2021-12-223-0/+54
* patch 8.2.3875: gcc complains about buffer overrunv8.2.3875Bram Moolenaar2021-12-222-2/+5
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-229-26/+94
* patch 8.2.3873: go.mod files are not recognizedv8.2.3873Bram Moolenaar2021-12-223-1/+6
* patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specificv8.2.3872Bram Moolenaar2021-12-224-3/+34
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-2213-865/+968
* patch 8.2.3870: MS-Windows: wrong dir when using right-click context menuv8.2.3870Nir Lichtman2021-12-223-4/+10
* patch 8.2.3869: Vim9: type checking for "any" is inconsistentv8.2.3869Bram Moolenaar2021-12-225-26/+35
* patch 8.2.3868: Vim9: function test failsv8.2.3868Bram Moolenaar2021-12-213-12/+33
* patch 8.2.3867: implementation of some list functions too complicatedv8.2.3867Yegappan Lakshmanan2021-12-212-374/+488
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-217-36/+121
* patch 8.2.3865: Vim9: compiler complains about using "try" as a struct memberv8.2.3865Bram Moolenaar2021-12-215-18/+20
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-217-6/+38
* patch 8.2.3863: various build flags accidentally enabledv8.2.3863Bram Moolenaar2021-12-202-11/+13
* patch 8.2.3862: crash on exit with EXITFREE and using win_execute()v8.2.3862Bram Moolenaar2021-12-203-0/+28
* patch 8.2.3861: list of distributed files is outdatedv8.2.3861Bram Moolenaar2021-12-202-0/+8
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-2018-7610/+7888
* patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar2021-12-205-8/+16
* patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar2021-12-204-7/+63
* patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar2021-12-203-14/+68
* patch 8.2.3856: Vim9: not enough testsv8.2.3856Bram Moolenaar2021-12-194-508/+598
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-195-4/+14