summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-27patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607Bram Moolenaar
Problem: Verbose echo message test fails on Mac OS. Solution: Skip the test on Mac OS.
2022-09-27patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar
Problem: system() opens a terminal window when using the GUI and "!" is in 'guioptions'. Solution: Do not use a terminal window when the SHELL_SILENT flag is used. (closes #11202)
2022-09-27patch 9.0.0605: dump file missingv9.0.0605Luuk van Baal
Problem: Dump file missing. Solution: Add the missing dump file. (issue #11234)
2022-09-27patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime
Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes #11236)
2022-09-27patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal
Problem: With 'nosplitscroll' folds are not handled correctly. Solution: Take care of closed folds when moving the cursor. (Luuk van Baal, closes #11234)
2022-09-27patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd
Problem: New TypeScript extensions are not recognized. Solution: Recognize .mts and .cts files. (closes #11237)
2022-09-27patch 9.0.0601: too much indentv9.0.0601Yegappan Lakshmanan
Problem: Too much indent. Solution: Return out early from a funtion. (Yegappan Lakshmanan, close #11238)
2022-09-27patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime
Problem: GYP files are not recognized. Solution: Recognize GYP files. (closes #11242)
2022-09-27patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime
Problem: Latexmkrc files are not recognized. Solution: Use Perl filetype for latexmkrc files. (closes #11241)
2022-09-26patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar
Problem: Using negative array index with negative width window. Solution: Make sure the window width does not become negative.
2022-09-26patch 9.0.0597: cannot close a tab page with the middle mouse buttonv9.0.0597regomne
Problem: Cannot close a tab page with the middle mouse button. Solution: Support closing a tab page with the middle mouse button, like many other programs. (closes #10746)
2022-09-26patch 9.0.0596: CI on Mac M1 has the channel feature disabledv9.0.0596Philip H
Problem: CI on Mac M1 has the channel feature disabled. Solution: Include the channel feature.
2022-09-26patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar
Problem: Extra newline in messages after a verbose shell message. Solution: Output the newline with msg_putchar_attr(). (closes #11233) Make it possible to filter a screendump before comparing it.
2022-09-26patch 9.0.0594: Makefile error message causes a shell errorv9.0.0594dundargoc
Problem: Makefile error message causes a shell error. Solution: Put the message in single quotes. (closes #11232)
2022-09-26patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex
Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
2022-09-26patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar
Problem: Display not cleared when scrolling back in messages, a background color is set and t_ut is empty. Solution: Clear to the end of the display if needed. (closes #8973)
2022-09-26patch 9.0.0591: message window popup shows on only one tab pagev9.0.0591Bram Moolenaar
Problem: Message window popup shows on only one tab page. (Naruhiko Nishino) Solution: Show the message window popup on all tab pages. (closes #11231)
2022-09-25patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar
Problem: After exiting Insert mode spelling is not checked in the next line. Solution: When spelling is enabled redraw the next line after exiting Insert mode in case the spell highlight needs updating.
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?=
Problem: On AmigaOS4 the pid is available but the task address is used. Solution: Use getpid(). (Ola Söder, closes #11224)
2022-09-25patch 9.0.0588: MorphOS build is brokenv9.0.0588=?UTF-8?q?Ola=20S=C3=B6der?=
Problem: MorphOS build is broken. Solution: Add "-lm" to LDFLAGS and "-noixemul" to CFLAGS. (Ola Söder, closes #11222)
2022-09-25patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt
Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
2022-09-25patch 9.0.0586: missing change in testv9.0.0586Bram Moolenaar
Problem: Missing change in test. Solution: Add the test change.
2022-09-25patch 9.0.0585: when long message test fails the error message is not visiblev9.0.0585Bram Moolenaar
Problem: When long message test fails the error message is not visible. Solution: Dump more lines.
2022-09-25patch 9.0.0584: cscope test with wrong executable name failsv9.0.0584Bram Moolenaar
Problem: Cscope test with wrong executable name fails. Solution: Use /bin/sh to execute the command. (Yegappan Lakshmanan)
2022-09-25patch 9.0.0583: only recognizing .m3u8 files is inconsistentv9.0.0583Bram Moolenaar
Problem: Only recognizing .m3u8 files is inconsistent. Solution: Also matc .m3u files. (issue #11204)
2022-09-25patch 9.0.0582: channel cwd test fails on Cirrus CIv9.0.0582Bram Moolenaar
Problem: Channel cwd test fails on Cirrus CI. Solution: Also remove /private from the expected directory.
2022-09-24patch 9.0.0581: adding a character for incsearch fails at end of linev9.0.0581Bram Moolenaar
Problem: Adding a character for incsearch fails at end of line. Solution: Only check cursor line number.
2022-09-24patch 9.0.0580: no CI running for MacOS on M1v9.0.0580Philip H
Problem: No CI running for MacOS on M1. Solution: Add a cirrus CI task. (closes #11203)
2022-09-24patch 9.0.0579: using freed memory when 'tagfunc' wipes out bufferv9.0.0579Bram Moolenaar
Problem: Using freed memory when 'tagfunc' wipes out buffer that holds 'complete'. Solution: Make a copy of the option. Make sure cursor position is valid.
2022-09-24patch 9.0.0578: one timer test fails on Mac M1v9.0.0578Bram Moolenaar
Problem: One timer test fails on Mac M1. Solution: Skip the test on Mac M1.
2022-09-24patch 9.0.0577: buffer underflow with unexpected :finallyv9.0.0577Bram Moolenaar
Problem: Buffer underflow with unexpected :finally. Solution: Check CSF_TRY can be found.
2022-09-24patch 9.0.0576: unused loop variablesv9.0.0576dundargoc
Problem: Unused loop variables. Solution: Use a while loop instead. (closes #11214)
2022-09-24patch 9.0.0575: the getchar() function behaves strangely with bracketed pastev9.0.0575Bram Moolenaar
Problem: The getchar() function behaves strangely with bracketed paste. Solution: Do not handle paste-start in getchar(). (issue #11172)
2022-09-24patch 9.0.0574: timer garbage collect test hangs on Mac M1v9.0.0574Bram Moolenaar
Problem: Timer garbage collect test hangs on Mac M1. Solution: Properly check for Mac M1 and skip the test.
2022-09-24patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573Philip H
Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213)
2022-09-24patch 9.0.0572: insert complete tests leave a mapping behindv9.0.0572zeertzjq
Problem: Insert complete tests leave a mapping behind. Solution: Use a buffer-local mapping. (closes #11211)
2022-09-24patch 9.0.0571: MS-Windows: CTRL-C can make Vim exitv9.0.0571Bram Moolenaar
Problem: MS-Windows: CTRL-C can make Vim exit. Solution: Check the not-a-term argument.
2022-09-24patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H
Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
2022-09-24patch 9.0.0569: cannot easily get out when using "vim file | grep word"v9.0.0569Bram Moolenaar
Problem: Cannot easily get out when using "vim file | grep word". Solution: Without changes let CTRL-C exit Vim. Otherwise give a message on stderr. (closes #11209)
2022-09-24patch 9.0.0568: autocmd code is indented more than neededv9.0.0568Yegappan Lakshmanan
Problem: Autocmd code is indented more than needed. Solution: Break out sooner. (Yegappan Lakshmanan, closes #11208) Also in user function code.
2022-09-24patch 9.0.0567: 'completeopt' "longest" is not used for complete()v9.0.0567bfredl
Problem: 'completeopt' "longest" is not used for complete(). Solution: Also use "longest" for complete(). (Bjorn Linse, closes #11206)
2022-09-24patch 9.0.0566: Nim files are not recognizedv9.0.0566Nbiba Bedis
Problem: Nim files are not recognized. Solution: Add patterns for Nim files. (Nbiba Bedis, closes #11205)
2022-09-23patch 9.0.0565: cscope test causes problems with test timeout timerv9.0.0565Bram Moolenaar
Problem: Cscope test causes problems when code for test timeout timer is included (even when commented out). Solution: Disable part of the cscope test for now.
2022-09-23patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar
Problem: A few tests keep failing on MacOS M1. Solution: Add a test check CheckNotMacM1. Fix timer tests.
2022-09-23patch 9.0.0563: timer_info() test failsv9.0.0563Bram Moolenaar
Problem: Timer_info() test fails. Solution: Ignore test timeout timer. Don't use test_null_job() when not available.
2022-09-23patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562=?UTF-8?q?Beno=C3=AEt=20Ryder?=
Problem: HSL playlist files are not recognized. Solution: Add a pattern to recognize HSL palylist files. (Benoît Ryder, closes #11204)
2022-09-23patch 9.0.0561: when a test gets stuck it just hangs foreverv9.0.0561Bram Moolenaar
Problem: When a test gets stuck it just hangs forever. Solution: Set a timeout of 30 seconds.
2022-09-23patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560Bram Moolenaar
Problem: Elapsed time since testing started is not visible. Solution: Show the elapsed time while running tests.
2022-09-23patch 9.0.0559: timer test may get stuck at hit-enter promptv9.0.0559Bram Moolenaar
Problem: Timer test may get stuck at hit-enter prompt. Solution: Feed some more characters.
2022-09-23patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar
Problem: Coverity warns for possibly using NULL pointer. Solution: Only use "evalarg" when not NULL.