summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar2022-08-251-0/+7
* patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursivelyv9.0.0260Bram Moolenaar2022-08-241-0/+13
* patch 9.0.0259: crash with mouse click when not initializedv9.0.0259Bram Moolenaar2022-08-241-0/+14
* patch 9.0.0257: "->" in ":scriptnames" output not tested yetv9.0.0257Bram Moolenaar2022-08-241-0/+5
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-0/+45
* patch 9.0.0252: cursor in wrong place after virtual textv9.0.0252Bram Moolenaar2022-08-243-0/+46
* patch 9.0.0249: no test for what 9.0.0234 fixesv9.0.0249Bram Moolenaar2022-08-231-0/+7
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-236-5/+79
* patch 9.0.0246: using freed memory when 'tagfunc' deletes the bufferv9.0.0246Bram Moolenaar2022-08-221-0/+12
* patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan2022-08-222-1/+13
* patch 9.0.0240: crash when using ":mkspell" with an empty .dic filev9.0.0240Bram Moolenaar2022-08-211-0/+12
* patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar2022-08-211-0/+18
* patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visiblev9.0.0236zeertzjq2022-08-211-0/+10
* patch 9.0.0233: removing multiple text properties takes many callsv9.0.0233Ben Jackson2022-08-201-7/+38
* patch 9.0.0232: test with BufNewFile autocmd is flakyv9.0.0232Bram Moolenaar2022-08-201-4/+4
* patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar2022-08-205-15/+16
* patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar2022-08-202-4/+4
* patch 9.0.0228: crash when pattern looks below the last linev9.0.0228Bram Moolenaar2022-08-191-0/+12
* patch 9.0.0226: job_start() test may fail under valgrindv9.0.0226Bram Moolenaar2022-08-181-0/+1
* patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar2022-08-181-0/+13
* patch 9.0.0224: Using NULL pointer when skipping compiled codev9.0.0224Bram Moolenaar2022-08-171-0/+13
* patch 9.0.0223: typo in diffmode testv9.0.0223zeertzjq2022-08-171-1/+1
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-1/+0
* patch 9.0.0221: accessing freed memory if compiling nested function failsv9.0.0221Bram Moolenaar2022-08-161-0/+12
* patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar2022-08-161-0/+12
* patch 9.0.0219: cannot make a funcref with "s:func" in a def functionv9.0.0219Kota Kato2022-08-161-0/+39
* patch 9.0.0218: reading before the start of the linev9.0.0218Bram Moolenaar2022-08-161-0/+8
* patch 9.0.0217: 'shellslash' works differently when sourcing a script againv9.0.0217zeertzjq2022-08-151-1/+26
* patch 9.0.0216: undo earlier test sometimes fails on MS-Windowsv9.0.0216Bram Moolenaar2022-08-151-3/+3
* patch 9.0.0214: splitting a line may duplicate virtual textv9.0.0214Bram Moolenaar2022-08-159-11/+46
* patch 9.0.0213: using freed memory with error in assert argumentv9.0.0213Bram Moolenaar2022-08-141-0/+4
* patch 9.0.0212: invalid memory access when compiling :unletv9.0.0212Bram Moolenaar2022-08-141-2/+9
* patch 9.0.0211: invalid memory access when compiling :lockvarv9.0.0211Bram Moolenaar2022-08-141-0/+9
* patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar2022-08-144-0/+54
* patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar2022-08-143-0/+36
* patch 9.0.0207: stacktrace not shown when debuggingv9.0.0207zeertzjq2022-08-141-1/+6
* patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar2022-08-146-0/+71
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-143-2/+35
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-131-2/+9
* patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar2022-08-133-5/+6
* patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text propsv9.0.0200Bram Moolenaar2022-08-134-5/+27
* patch 9.0.0199: cursor position wrong with two right-aligned virtual textsv9.0.0199Bram Moolenaar2022-08-133-0/+39
* patch 9.0.0198: ml_get error when switching buffer in Visual modev9.0.0198Bram Moolenaar2022-08-131-0/+20
* patch 9.0.0197: astro files are not detectedv9.0.0197Emilia Zapata2022-08-131-0/+1
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-133-0/+78
* patch 9.0.0195: metafun files are not recogizedv9.0.0195Bram Moolenaar2022-08-121-1/+1
* patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar2022-08-123-0/+55
* patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar2022-08-117-0/+72
* patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar2022-08-113-1/+18
* patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar2022-08-115-0/+61