summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0616: spell test fails because error message changedv9.0.0616Bram Moolenaar2022-09-282-1/+3
* patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar2022-09-283-12/+52
* patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar2022-09-284-1/+24
* patch 9.0.0613: running source tests leaves file behindv9.0.0613Dominique Pelle2022-09-282-15/+10
* patch 9.0.0612: blockedit test passes with wrong resultv9.0.0612Bram Moolenaar2022-09-272-12/+15
* patch 9.0.0611: tests delete files with a separate delete() callv9.0.0611Bram Moolenaar2022-09-2710-135/+70
* patch 9.0.0610: global interrupt test fails when run under valgrindv9.0.0610Bram Moolenaar2022-09-272-2/+5
* patch 9.0.0609: blockedit test fails because of wrong indentv9.0.0609Bram Moolenaar2022-09-272-2/+6
* Update runtime filesBram Moolenaar2022-09-2745-378/+4222
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-277-7/+42
* patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607Bram Moolenaar2022-09-273-1/+12
* patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar2022-09-272-1/+4
* patch 9.0.0605: dump file missingv9.0.0605Luuk van Baal2022-09-272-0/+12
* patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime2022-09-273-1/+6
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-278-109/+204
* patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd2022-09-273-4/+10
* patch 9.0.0601: too much indentv9.0.0601Yegappan Lakshmanan2022-09-273-226/+275
* patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime2022-09-273-0/+6
* patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime2022-09-273-1/+6
* patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar2022-09-263-1/+28
* patch 9.0.0597: cannot close a tab page with the middle mouse buttonv9.0.0597regomne2022-09-263-0/+22
* patch 9.0.0596: CI on Mac M1 has the channel feature disabledv9.0.0596Philip H2022-09-262-1/+3
* patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar2022-09-2610-12/+101
* patch 9.0.0594: Makefile error message causes a shell errorv9.0.0594dundargoc2022-09-262-1/+3
* patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex2022-09-264-0/+15
* patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar2022-09-267-12/+75
* patch 9.0.0591: message window popup shows on only one tab pagev9.0.0591Bram Moolenaar2022-09-264-0/+16
* patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar2022-09-257-12/+40
* patch 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-252-1/+5
* patch 9.0.0588: MorphOS build is brokenv9.0.0588=?UTF-8?q?Ola=20S=C3=B6der?=2022-09-252-1/+4
* patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt2022-09-253-45/+85
* patch 9.0.0586: missing change in testv9.0.0586Bram Moolenaar2022-09-252-4/+5
* patch 9.0.0585: when long message test fails the error message is not visiblev9.0.0585Bram Moolenaar2022-09-252-0/+6
* patch 9.0.0584: cscope test with wrong executable name failsv9.0.0584Bram Moolenaar2022-09-253-20/+23
* patch 9.0.0583: only recognizing .m3u8 files is inconsistentv9.0.0583Bram Moolenaar2022-09-253-3/+5
* patch 9.0.0582: channel cwd test fails on Cirrus CIv9.0.0582Bram Moolenaar2022-09-252-0/+7
* patch 9.0.0581: adding a character for incsearch fails at end of linev9.0.0581Bram Moolenaar2022-09-242-1/+3
* 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