summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0580: no CI running for MacOS on M1v9.0.0580Philip H2022-09-242-1/+19
* patch 9.0.0579: using freed memory when 'tagfunc' wipes out bufferv9.0.0579Bram Moolenaar2022-09-244-11/+52
* patch 9.0.0578: one timer test fails on Mac M1v9.0.0578Bram Moolenaar2022-09-242-0/+5
* patch 9.0.0577: buffer underflow with unexpected :finallyv9.0.0577Bram Moolenaar2022-09-243-263/+284
* patch 9.0.0576: unused loop variablesv9.0.0576dundargoc2022-09-242-3/+5
* patch 9.0.0575: the getchar() function behaves strangely with bracketed pastev9.0.0575Bram Moolenaar2022-09-242-5/+21
* patch 9.0.0574: timer garbage collect test hangs on Mac M1v9.0.0574Bram Moolenaar2022-09-242-1/+8
* patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573Philip H2022-09-242-0/+8
* patch 9.0.0572: insert complete tests leave a mapping behindv9.0.0572zeertzjq2022-09-242-2/+5
* patch 9.0.0571: MS-Windows: CTRL-C can make Vim exitv9.0.0571Bram Moolenaar2022-09-244-8/+8
* patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H2022-09-242-1/+3
* patch 9.0.0569: cannot easily get out when using "vim file | grep word"v9.0.0569Bram Moolenaar2022-09-243-2/+50
* patch 9.0.0568: autocmd code is indented more than neededv9.0.0568Yegappan Lakshmanan2022-09-243-150/+157
* patch 9.0.0567: 'completeopt' "longest" is not used for complete()v9.0.0567bfredl2022-09-243-3/+32
* patch 9.0.0566: Nim files are not recognizedv9.0.0566Nbiba Bedis2022-09-243-0/+6
* patch 9.0.0565: cscope test causes problems with test timeout timerv9.0.0565Bram Moolenaar2022-09-232-1/+4
* patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar2022-09-234-8/+33
* patch 9.0.0563: timer_info() test failsv9.0.0563Bram Moolenaar2022-09-233-3/+7
* patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562=?UTF-8?q?Beno=C3=AEt=20Ryder?=2022-09-233-0/+6
* patch 9.0.0561: when a test gets stuck it just hangs foreverv9.0.0561Bram Moolenaar2022-09-232-0/+23
* patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560Bram Moolenaar2022-09-236-9/+35
* patch 9.0.0559: timer test may get stuck at hit-enter promptv9.0.0559Bram Moolenaar2022-09-232-2/+6
* patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar2022-09-232-1/+4
* patch 9.0.0557: valgrind reports possibly leaked memoryv9.0.0557Bram Moolenaar2022-09-233-28/+36
* patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar2022-09-232-0/+3
* patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwinv9.0.0555Luuk van Baal2022-09-237-1/+68
* patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar2022-09-234-7/+37
* patch 9.0.0553: no error for "|" after "{" in lamdav9.0.0553Bram Moolenaar2022-09-223-2/+29
* patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar2022-09-223-2/+21
* patch 9.0.0551: mode message is delayed when :echowin was usedv9.0.0551Bram Moolenaar2022-09-222-4/+17
* patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq2022-09-224-17/+30
* patch 9.0.0549: duplicated code in calling a :def functionv9.0.0549Bram Moolenaar2022-09-222-22/+14
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-227-34/+30
* patch 9.0.0547: looping over empty out_loop[] entriesv9.0.0547Bram Moolenaar2022-09-223-6/+8
* patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata2022-09-226-235/+101
* patch 9.0.0545: when a test is slow and CI times out there is no time infov9.0.0545Bram Moolenaar2022-09-223-4/+13
* patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq2022-09-223-7/+21
* patch 9.0.0543: insufficient testing for assert and test functionsv9.0.0543Yegappan Lakshmanan2022-09-224-0/+63
* patch 9.0.0542: MSVC build still has support for 2012 editionv9.0.0542Bram Moolenaar2022-09-225-114/+25
* patch 9.0.0541: terminal pwd test fails with a very long path namev9.0.0541Bram Moolenaar2022-09-222-1/+5
* patch 9.0.0540: assigning stack variable to argument confuses Coverityv9.0.0540Bram Moolenaar2022-09-222-24/+28
* patch 9.0.0539: long message test can be flakyv9.0.0539Bram Moolenaar2022-09-222-1/+4
* patch 9.0.0538: manually deleting test temp filesv9.0.0538Bram Moolenaar2022-09-219-73/+38
* patch 9.0.0537: the do_set() function is much too longv9.0.0537Bram Moolenaar2022-09-212-435/+442
* patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H2022-09-212-1/+3
* patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar2022-09-215-5/+34
* patch 9.0.0534: line number is displayed at virtual text "above"v9.0.0534Bram Moolenaar2022-09-217-67/+84
* patch 9.0.0533: the win_line() function is much too longv9.0.0533Bram Moolenaar2022-09-212-89/+102
* patch 9.0.0532: edit test is flaky when run under valgrindv9.0.0532Bram Moolenaar2022-09-212-28/+25
* patch 9.0.0531: the win_line() function is much too longv9.0.0531Bram Moolenaar2022-09-212-156/+180