summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-09-26patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar
2022-09-26patch 9.0.0594: Makefile error message causes a shell errorv9.0.0594dundargoc
2022-09-26patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex
2022-09-26patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar
2022-09-26patch 9.0.0591: message window popup shows on only one tab pagev9.0.0591Bram Moolenaar
2022-09-25patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar
2022-09-25patch 9.0.0589: on AmigaOS4 the pid is available but the task address is usedv9.0.0589=?UTF-8?q?Ola=20S=C3=B6der?=
2022-09-25patch 9.0.0588: MorphOS build is brokenv9.0.0588=?UTF-8?q?Ola=20S=C3=B6der?=
2022-09-25patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt
2022-09-25patch 9.0.0586: missing change in testv9.0.0586Bram Moolenaar
2022-09-25patch 9.0.0585: when long message test fails the error message is not visiblev9.0.0585Bram Moolenaar
2022-09-25patch 9.0.0584: cscope test with wrong executable name failsv9.0.0584Bram Moolenaar
2022-09-25patch 9.0.0583: only recognizing .m3u8 files is inconsistentv9.0.0583Bram Moolenaar
2022-09-25patch 9.0.0582: channel cwd test fails on Cirrus CIv9.0.0582Bram Moolenaar
2022-09-24patch 9.0.0581: adding a character for incsearch fails at end of linev9.0.0581Bram Moolenaar
2022-09-24patch 9.0.0580: no CI running for MacOS on M1v9.0.0580Philip H
2022-09-24patch 9.0.0579: using freed memory when 'tagfunc' wipes out bufferv9.0.0579Bram Moolenaar
2022-09-24patch 9.0.0578: one timer test fails on Mac M1v9.0.0578Bram Moolenaar
2022-09-24patch 9.0.0577: buffer underflow with unexpected :finallyv9.0.0577Bram Moolenaar
2022-09-24patch 9.0.0576: unused loop variablesv9.0.0576dundargoc
2022-09-24patch 9.0.0575: the getchar() function behaves strangely with bracketed pastev9.0.0575Bram Moolenaar
2022-09-24patch 9.0.0574: timer garbage collect test hangs on Mac M1v9.0.0574Bram Moolenaar
2022-09-24patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573Philip H
2022-09-24patch 9.0.0572: insert complete tests leave a mapping behindv9.0.0572zeertzjq
2022-09-24patch 9.0.0571: MS-Windows: CTRL-C can make Vim exitv9.0.0571Bram Moolenaar
2022-09-24patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H
2022-09-24patch 9.0.0569: cannot easily get out when using "vim file | grep word"v9.0.0569Bram Moolenaar
2022-09-24patch 9.0.0568: autocmd code is indented more than neededv9.0.0568Yegappan Lakshmanan
2022-09-24patch 9.0.0567: 'completeopt' "longest" is not used for complete()v9.0.0567bfredl
2022-09-24patch 9.0.0566: Nim files are not recognizedv9.0.0566Nbiba Bedis
2022-09-23patch 9.0.0565: cscope test causes problems with test timeout timerv9.0.0565Bram Moolenaar
2022-09-23patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar
2022-09-23patch 9.0.0563: timer_info() test failsv9.0.0563Bram Moolenaar
2022-09-23patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562=?UTF-8?q?Beno=C3=AEt=20Ryder?=
2022-09-23patch 9.0.0561: when a test gets stuck it just hangs foreverv9.0.0561Bram Moolenaar
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