summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-09-23patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560Bram Moolenaar
2022-09-23patch 9.0.0559: timer test may get stuck at hit-enter promptv9.0.0559Bram Moolenaar
2022-09-23patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar
2022-09-23patch 9.0.0557: valgrind reports possibly leaked memoryv9.0.0557Bram Moolenaar
2022-09-23patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar
2022-09-23patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwinv9.0.0555Luuk van Baal
2022-09-23patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar
2022-09-22patch 9.0.0553: no error for "|" after "{" in lamdav9.0.0553Bram Moolenaar
2022-09-22patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar
2022-09-22patch 9.0.0551: mode message is delayed when :echowin was usedv9.0.0551Bram Moolenaar
2022-09-22patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq
2022-09-22patch 9.0.0549: duplicated code in calling a :def functionv9.0.0549Bram Moolenaar
2022-09-22patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar
2022-09-22patch 9.0.0547: looping over empty out_loop[] entriesv9.0.0547Bram Moolenaar
2022-09-22patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata
2022-09-22patch 9.0.0545: when a test is slow and CI times out there is no time infov9.0.0545Bram Moolenaar
2022-09-22patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq
2022-09-22patch 9.0.0543: insufficient testing for assert and test functionsv9.0.0543Yegappan Lakshmanan
2022-09-22patch 9.0.0542: MSVC build still has support for 2012 editionv9.0.0542Bram Moolenaar
2022-09-22patch 9.0.0541: terminal pwd test fails with a very long path namev9.0.0541Bram Moolenaar
2022-09-22patch 9.0.0540: assigning stack variable to argument confuses Coverityv9.0.0540Bram Moolenaar
2022-09-22patch 9.0.0539: long message test can be flakyv9.0.0539Bram Moolenaar
2022-09-21patch 9.0.0538: manually deleting test temp filesv9.0.0538Bram Moolenaar
2022-09-21patch 9.0.0537: the do_set() function is much too longv9.0.0537Bram Moolenaar
2022-09-21patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H
2022-09-21patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar
2022-09-21patch 9.0.0534: line number is displayed at virtual text "above"v9.0.0534Bram Moolenaar
2022-09-21patch 9.0.0533: the win_line() function is much too longv9.0.0533Bram Moolenaar
2022-09-21patch 9.0.0532: edit test is flaky when run under valgrindv9.0.0532Bram Moolenaar
2022-09-21patch 9.0.0531: the win_line() function is much too longv9.0.0531Bram Moolenaar
2022-09-21patch 9.0.0530: using freed memory when autocmd changes markv9.0.0530Bram Moolenaar
2022-09-21patch 9.0.0529: appveyor setup contains outdated linesv9.0.0529K.Takata
2022-09-21patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata
2022-09-21patch 9.0.0527: long sign text may overflow bufferv9.0.0527Bram Moolenaar
2022-09-21patch 9.0.0526: MS-Windows: still some support for XP and old compilersv9.0.0526K.Takata
2022-09-20patch 9.0.0525: manually deleting temp test filesv9.0.0525Bram Moolenaar
2022-09-20patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar
2022-09-20patch 9.0.0523: more compiler warnings for arguments in small versionv9.0.0523Bram Moolenaar
2022-09-20patch 9.0.0522: build fails on Appveyorv9.0.0522Bram Moolenaar
2022-09-20patch 9.0.0521: compiler warns for unused argument in small versionv9.0.0521Bram Moolenaar
2022-09-20patch 9.0.0520: declaring a loop variable at the start of a block is clumsyv9.0.0520Bram Moolenaar
2022-09-20patch 9.0.0519: the win_line() function is much too longv9.0.0519Bram Moolenaar
2022-09-20patch 9.0.0518: virtual text highlight starts too early with 'nowrap'v9.0.0518Bram Moolenaar
2022-09-20patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517zeertzjq
2022-09-20patch 9.0.0516: virtual text "above" highlights gap after itv9.0.0516Bram Moolenaar
2022-09-20patch 9.0.0515: virtual text highlight starts too early when 'number' is setv9.0.0515Bram Moolenaar
2022-09-20patch 9.0.0514: terminal test sometimes hangsv9.0.0514Bram Moolenaar
2022-09-20patch 9.0.0513: may not be able to use a pattern ad the debug promptv9.0.0513Bram Moolenaar
2022-09-20patch 9.0.0512: cannot redraw the status lines when editing a commandv9.0.0512zeertzjq
2022-09-20patch 9.0.0511: unnecessary scrolling for message of only one linev9.0.0511zeertzjq