summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4323: Vim9: nested function name can start with "_"v8.2.4323Bram Moolenaar2022-02-071-2/+26
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-071-0/+19
* patch 8.2.4321: Vim9: crash when using a funcref to a closurev8.2.4321Bram Moolenaar2022-02-071-0/+22
* patch 8.2.4319: :put does not work properly in compiled functionv8.2.4319Bram Moolenaar2022-02-071-0/+6
* patch 8.2.4315: put in Visual mode not fully testedv8.2.4315zeertzjq2022-02-071-6/+40
* patch 8.2.4314: test fails where lines are skippedv8.2.4314Bram Moolenaar2022-02-061-0/+5
* patch 8.2.4313: Vim9: cannot change type of list after making a slicev8.2.4313Bram Moolenaar2022-02-061-0/+1
* patch 8.2.4312: no error for using :vim9script in a :def functionv8.2.4312Bram Moolenaar2022-02-061-0/+1
* patch 8.2.4311: Vim9: changing script variable type not caught compile timev8.2.4311Bram Moolenaar2022-02-061-0/+10
* patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar2022-02-061-0/+5
* patch 8.2.4309: Vim9: crash when using a partial in the wrong contextv8.2.4309Bram Moolenaar2022-02-061-0/+29
* patch 8.2.4308: Vim9: cannot list autoload functionv8.2.4308Bram Moolenaar2022-02-061-0/+4
* patch 8.2.4306: no test for fixed perl filetype checkv8.2.4306Bram Moolenaar2022-02-051-304/+325
* patch 8.2.4305: tex filetype detection failsv8.2.4305Bram Moolenaar2022-02-051-0/+19
* patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar2022-02-051-0/+3
* patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar2022-02-051-0/+35
* patch 8.2.4301: Vim9: type error for copy of dictv8.2.4301Bram Moolenaar2022-02-051-0/+3
* patch 8.2.4298: divide by zero with huge tabstop valuev8.2.4298Bram Moolenaar2022-02-051-0/+10
* patch 8.2.4297: Vim9: not all code covered by testsv8.2.4297Bram Moolenaar2022-02-042-0/+46
* patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar2022-02-043-1/+8
* patch 8.2.4295: Vim9: concatenating two lists may result in wrong typev8.2.4295Bram Moolenaar2022-02-041-0/+6
* patch 8.2.4293: Vim9: when copying a list it gets type list<any>v8.2.4293Bram Moolenaar2022-02-031-0/+3
* patch 8.2.4292: test failsv8.2.4292Bram Moolenaar2022-02-031-1/+1
* patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar2022-02-032-3/+12
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-022-1/+26
* patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar2022-02-021-1/+17
* patch 8.2.4282: restricted mode requires the -Z command line optionv8.2.4282matveyt2022-02-011-0/+8
* patch 8.2.4281: using freed memory with :lopen and :bwipev8.2.4281Bram Moolenaar2022-02-011-0/+17
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-011-1/+13
* patch 8.2.4277: Vim9: an import does not shadow a command modifierv8.2.4277Bram Moolenaar2022-01-311-1/+8
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-312-10/+27
* patch 8.2.4275: cannot use an autoload function from a package under startv8.2.4275=?UTF-8?q?Bj=C3=B6rn=20Linse?=2022-01-311-0/+13
* patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns2022-01-311-0/+28
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-315-42/+7
* patch 8.2.4272: Vim9 expr test fails without the channel featurev8.2.4272Bram Moolenaar2022-01-311-2/+3
* patch 8.2.4265: autoload tests failsv8.2.4265Bram Moolenaar2022-01-303-6/+6
* patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar2022-01-303-24/+33
* patch 8.2.4263: no test for the GUI find/replace dialogv8.2.4263Yegappan Lakshmanan2022-01-301-4/+67
* patch 8.2.4261: accessing invalid memory in a regular expressionv8.2.4261Bram Moolenaar2022-01-301-0/+11
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-3011-42/+47
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-302-99/+169
* Update runtime filesBram Moolenaar2022-01-291-1/+1
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-2929-3179/+3208
* patch 8.2.4253: using freed memory when substitute with function callv8.2.4253Bram Moolenaar2022-01-291-0/+17
* patch 8.2.4251: vala files are not recognizedv8.2.4251Bram Moolenaar2022-01-291-0/+1
* patch 8.2.4250: channel out callback test is flaky on Macv8.2.4250ichizok2022-01-292-0/+98
* patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249Bram Moolenaar2022-01-291-0/+10
* patch 8.2.4248: no proper test for moving the window separatorv8.2.4248zeertzjq2022-01-291-0/+19
* patch 8.2.4247: stack corruption when looking for spell suggestionsv8.2.4247Bram Moolenaar2022-01-291-0/+8
* patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245Bram Moolenaar2022-01-281-0/+2