summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3925: diff mode confused by NUL bytesv8.2.3925Bram Moolenaar2021-12-285-0/+117
* patch 8.2.3924: Vim9: no error if something follows :enddefv8.2.3924Bram Moolenaar2021-12-281-3/+12
* patch 8.2.3923: Vim9: double free with split argument list in nested functionv8.2.3923Bram Moolenaar2021-12-281-1/+19
* patch 8.2.3920: restoring directory after using another window is inefficientv8.2.3920Bram Moolenaar2021-12-281-0/+20
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-281-1/+12
* patch 8.2.3918: function list test failsv8.2.3918Bram Moolenaar2021-12-271-6/+5
* patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar2021-12-271-0/+8
* patch 8.2.3915: illegal memory access when completing with invalid bytesv8.2.3915Bram Moolenaar2021-12-271-0/+13
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-272-2/+2
* patch 8.2.3911: Vim9: type check for filter() does not accept unknownv8.2.3911Bram Moolenaar2021-12-271-0/+6
* patch 8.2.3910: when compare function of sort() fails it does not abortv8.2.3910Bram Moolenaar2021-12-271-0/+11
* patch 8.2.3909: Containerfile using prefix name not recognizedv8.2.3909Bram Moolenaar2021-12-271-1/+1
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-265-0/+48
* patch 8.2.3907: error messages are spread outv8.2.3907Bram Moolenaar2021-12-261-1/+1
* patch 8.2.3905: Dockerfile using prefix name not recognizedv8.2.3905Bram Moolenaar2021-12-261-1/+1
* patch 8.2.3904: Vim9: skip expression type is not checked at compile timev8.2.3904Bram Moolenaar2021-12-261-7/+41
* patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar2021-12-261-0/+8
* patch 8.2.3902: Vim9: double free with nested :def functionv8.2.3902Bram Moolenaar2021-12-261-0/+20
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-261-1/+47
* patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan2021-12-267-0/+138
* patch 8.2.3898: Vim9: not sufficient testing for variable initializationv8.2.3898Bram Moolenaar2021-12-251-0/+18
* patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar2021-12-253-7/+24
* patch 8.2.3896: Vim9: no test for nested function not available laterv8.2.3896Bram Moolenaar2021-12-251-0/+15
* patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar2021-12-251-0/+2
* patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar2021-12-251-0/+3
* patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar2021-12-251-11/+12
* patch 8.2.3890: Vim9: type check for using v: variables is basicv8.2.3890Bram Moolenaar2021-12-241-1/+14
* patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan2021-12-242-0/+27
* patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman2021-12-241-0/+29
* patch 8.2.3887: E1135 is used for two different errorsv8.2.3887Bram Moolenaar2021-12-241-1/+1
* patch 8.2.3886: can define autocmd for every event by using "au!"v8.2.3886Bram Moolenaar2021-12-242-1/+2
* patch 8.2.3885: arglist test failsv8.2.3885Bram Moolenaar2021-12-241-10/+6
* patch 8.2.3884: crash when clearing the argument list while using itv8.2.3884Bram Moolenaar2021-12-241-0/+7
* patch 8.2.3880: Solution filter files are not recognizedv8.2.3880Bram Moolenaar2021-12-241-1/+1
* patch 8.2.3878: Vim9: debugger tries to read more lines than there arev8.2.3878Bram Moolenaar2021-12-231-0/+40
* patch 8.2.3877: function does not abort after a type error in comparev8.2.3877Bram Moolenaar2021-12-221-0/+30
* patch 8.2.3876: 'cindent' does not recognize inline namespacev8.2.3876zeertzjq2021-12-221-0/+48
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-221-17/+24
* patch 8.2.3873: go.mod files are not recognizedv8.2.3873Bram Moolenaar2021-12-221-0/+1
* patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specificv8.2.3872Bram Moolenaar2021-12-222-1/+21
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-223-0/+43
* patch 8.2.3869: Vim9: type checking for "any" is inconsistentv8.2.3869Bram Moolenaar2021-12-221-13/+3
* patch 8.2.3868: Vim9: function test failsv8.2.3868Bram Moolenaar2021-12-211-10/+26
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-0/+33
* patch 8.2.3862: crash on exit with EXITFREE and using win_execute()v8.2.3862Bram Moolenaar2021-12-201-0/+22
* patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar2021-12-202-1/+5
* patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar2021-12-202-3/+54
* patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar2021-12-201-1/+59
* patch 8.2.3856: Vim9: not enough testsv8.2.3856Bram Moolenaar2021-12-192-507/+594
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-192-1/+8