summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar2021-06-171-0/+13
* patch 8.2.3013: Vim: when debugging only first line of command is displayedv8.2.3013Bram Moolenaar2021-06-161-16/+29
* patch 8.2.3012: when 'rightleft' is set the line number is drawn reversedv8.2.3012Christian Brabandt2021-06-161-0/+22
* patch 8.2.3011: Vim9: cannot get argument values during debuggingv8.2.3011Bram Moolenaar2021-06-161-6/+37
* patch 8.2.3010: not enough testing for viminfo codev8.2.3010Yegappan Lakshmanan2021-06-163-2/+355
* patch 8.2.3009: startup test may hangv8.2.3009Bram Moolenaar2021-06-161-1/+2
* patch 8.2.3008: startup test may hangv8.2.3008Bram Moolenaar2021-06-151-1/+2
* patch 8.2.3007: Vim9: test for void value failsv8.2.3007Bram Moolenaar2021-06-151-3/+3
* patch 8.2.3006: crash when echoing a value very earlyv8.2.3006Bram Moolenaar2021-06-151-0/+14
* patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar2021-06-152-34/+48
* patch 8.2.3004: Vim9: error for missing colon given while skippingv8.2.3004Bram Moolenaar2021-06-151-0/+13
* patch 8.2.3003: Vim9: closure compiled with wrong compile typev8.2.3003Bram Moolenaar2021-06-151-0/+27
* patch 8.2.2997: Vim9: disassemble test failsv8.2.2997Bram Moolenaar2021-06-141-5/+15
* patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar2021-06-141-6/+9
* patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan2021-06-135-1/+124
* patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar2021-06-131-0/+8
* patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar2021-06-131-0/+10
* patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar2021-06-131-0/+6
* patch 8.2.2990: Jupyter Notebook files are not recognizedv8.2.2990kompowiec22021-06-131-1/+1
* patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar2021-06-132-11/+26
* patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar2021-06-121-0/+20
* patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982Bram Moolenaar2021-06-121-0/+2
* patch 8.2.2981: recovery test is not run on big-endian systemsv8.2.2981James McCoy2021-06-121-97/+96
* patch 8.2.2980: popup window test is a bit flakyv8.2.2980Bram Moolenaar2021-06-121-0/+1
* patch 8.2.2979: not all options code is covered by testsv8.2.2979Yegappan Lakshmanan2021-06-127-1/+106
* patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar2021-06-121-1/+3
* patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar2021-06-111-0/+28
* patch 8.2.2973: fix for recovery and diff mode not testedv8.2.2973Yegappan Lakshmanan2021-06-103-1/+164
* patch 8.2.2972: "%bd" tries to delete popup window buffers, which failsv8.2.2972Bram Moolenaar2021-06-101-0/+6
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-0/+55
* patch 8.2.2969: subtracting from number option fails when result is zerov8.2.2969Bram Moolenaar2021-06-101-0/+9
* patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar2021-06-091-0/+13
* patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar2021-06-081-0/+16
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-081-0/+4
* patch 8.2.2960: swap file recovery not sufficiently testedv8.2.2960Yegappan Lakshmanan2021-06-071-0/+100
* patch 8.2.2959: sound_playfile() is not tested on MS-Windowsv8.2.2959Dominique Pelle2021-06-071-11/+9
* patch 8.2.2958: function list test failsv8.2.2958Bram Moolenaar2021-06-071-1/+1
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-071-0/+7
* patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar2021-06-061-0/+8
* patch 8.2.2954: short file name extension for Scala not recognizedv8.2.2954Brennon M2021-06-061-1/+1
* patch 8.2.2952: recover test fails on big endian systemsv8.2.2952Yegappan Lakshmanan2021-06-062-7/+37
* patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar2021-06-062-0/+45
* patch 8.2.2950: sound code not fully testedv8.2.2950Dominique Pelle2021-06-061-3/+36
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-066-13/+26
* patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar2021-06-061-0/+8
* patch 8.2.2946: Vim9: substitute expression cannot be a Listv8.2.2946Bram Moolenaar2021-06-051-0/+7
* patch 8.2.2945: some buffer related code is not testedv8.2.2945Yegappan Lakshmanan2021-06-054-0/+214
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-051-1/+11
* patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar2021-06-051-0/+9
* patch 8.2.2941: Vim9: using does not handle a list of stringsv8.2.2941Bram Moolenaar2021-06-051-0/+4