summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3954: Vim9: no error for shadowing if script var is declared laterv8.2.3954Bram Moolenaar2021-12-312-3/+15
* patch 8.2.3952: first line not redrawn when adding lines to an empty bufferv8.2.3952zeertzjq2021-12-311-0/+44
* patch 8.2.3951: Vim9: memory leak when text after a nested functionv8.2.3951Bram Moolenaar2021-12-301-3/+14
* patch 8.2.3950: going beyond the end of the line with /\%Vv8.2.3950Bram Moolenaar2021-12-301-0/+8
* patch 8.2.3949: using freed memory with /\%Vv8.2.3949Bram Moolenaar2021-12-301-0/+8
* patch 8.2.3946: when an internal error makes Vim exit the error is not seenv8.2.3946Bram Moolenaar2021-12-301-0/+1
* patch 8.2.3945: Vim9: partial variable argument types are wrongv8.2.3945Bram Moolenaar2021-12-301-0/+30
* patch 8.2.3944: insert mode completion functions are too longv8.2.3944Yegappan Lakshmanan2021-12-301-0/+19
* patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru2021-12-291-0/+52
* patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"v8.2.3940Bram Moolenaar2021-12-293-0/+33
* patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not workv8.2.3939Yegappan Lakshmanan2021-12-291-0/+1
* patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar2021-12-291-0/+15
* patch 8.2.3937: Insert mode completion function is too longv8.2.3937Yegappan Lakshmanan2021-12-291-1/+45
* patch 8.2.3936: no proper test for maintaining change mark in diff modev8.2.3936Sean Dewar2021-12-291-16/+24
* patch 8.2.3935: CTRL-U in Insert mode does not fix the indentv8.2.3935Bram Moolenaar2021-12-291-1/+16
* patch 8.2.3934: repeating line comment is undesired for "O" commandv8.2.3934Bram Moolenaar2021-12-291-0/+23
* patch 8.2.3933: after ":cd" fails ":cd -" is incorrectv8.2.3933Richard Doty2021-12-291-0/+7
* patch 8.2.3932: C line comment not formatted properlyv8.2.3932Bram Moolenaar2021-12-291-0/+15
* 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