Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

patch 9.0.0660: mapping with CTRL keys does not work in the GUI

Problem: Mapping with CTRL keys does not work in the GUI.
Solution: Recognize CSI next to K...

2cd0f27b75c4497bec872819a965b3d6b4d55030 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0659: wrong type of comment in SetSyn() function

Problem: Wrong type of comment in SetSyn() function.
Solution: Use Vim9 comment. (closes #1...

caf05f504e062642c35a919b04f1b5638f994602 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0658: tiny build fails on Mac OS

Problem: Tiny build fails on Mac OS.
Solution: Define FEAT_CLIPBOARD only for normal build.

351523f8938bcc77b68a55010338401436af8ec8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0657: too many #ifdefs

Problem: Too many #ifdefs.
Solution: Graduate the +cmdwin feature. Now the tiny and small ...

7904fa420eb577274c4c3711295240100167d495 authored about 2 years ago by Martin Tournoij <[email protected]>
patch 9.0.0656: cannot specify another character to use instead of '@'

Problem: Cannot specify another character to use instead of '@' at the end
of the...

4ba5f1dab656103e8f4a4505452d1816b9e83c1e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0655: passing modifier codes to a shell running in the GUI

Problem: passing modifier codes to a shell running in the GUI. (Gary
Johnson)
Sol...

2f7e1b8b40dbc97752b8b816560f752f16e0207a authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

2499e5333a192ca31977b6b17149db635ef1762e authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0654: breakindent test fails

Problem: Breakindent test fails.
Solution: Temporarily accept wrong result.

ec32c781a282398e3da27f4aec4b03fcd20f8b0d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0653: BS and DEL do not work properly in an interacive shell

Problem: BS and DEL do not work properly in an interacive shell. (Gary
Johnson)
S...

01c34e7d10e3dbd73d18a3dd79a48748c4147eaf authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1300 from ychin/fix-services-menu-copy-to-clipboard

Fix bug where clipboard would be polluted when showing Services menu

9e2132707a94a7e99e434a5db07c2228142f864d authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'

Problem: 'smoothscroll' not tested with 'number' and "n" in 'cpo'.
Solution: Add tests, fix...

b6aab8f44beb8c5d99393abdc2c9faab085c72aa authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1302 from ychin/option-remove-shadow

Add an option to not show the drop shadow on the window

bacfaff8bf99a1044e8083e0daa3948a1a56c892 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Add an option to not show the drop shadow on the window

Close #1301

66949a25cd3a7d1df5a53e5b672b13446a48a84d authored about 2 years ago by Yee Cheng Chin <[email protected]>
Update runtime files

f269eabc6c4f5bdcef989cd5b4b95ba8ccaa4d8a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0651: build fails without the +conceal feature

Problem: Build fails without the +conceal feature.
Solution: Rename called function.

eb47d6d20a47707d810360fd1684b21f67d5dec8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0650: some tests are failing

Problem: Some tests are failing.
Solution: Adjust for "<<<" showing up.

0466d398a550623126fba3a2a08208a798b28bda authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0649: no indication the first line is broken for 'smoothscroll'

Problem: No indication when the first line is broken for 'smoothscroll'.
Solution: Show "<<...

406b5d89e18742ac6e6256ffc72fb70a27f0148b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0648: when using powershell input redirection does not work

Problem: When using powershell input redirection does not work.
Solution: Use a different s...

0a016671b96ae7d27926e9d36dc11945c8f5749d authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0647: the 'splitscroll' option is not a good name

Problem: The 'splitscroll' option is not a good name.
Solution: Rename 'splitscroll' to 'sp...

13ece2ae1d09009d3fb8acf858c288e7848ecdac authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set

Problem: with 'smoothscroll' set CTRL-E does not work properly when
'foldmethod' ...

6b2d4ff7148e0b416ba745d20d061e6f7bb53ee7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0645: CTRL-Y does not stop at line 1

Problem: CTRL-Y does not stop at line 1. (John Marriott)
Solution: Stop at line 1 when 'smo...

8df9748edb2ac8bd025e34e06194ac210667c97a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0644: 'smoothscroll' is not copied to a new window on :split

Problem: 'smoothscroll' is not copied to a new window on :split.
Solution: Copy the option ...

b1fd26d208aadc96d3e8b9215f761150f40a9f91 authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix code to use getreg() instead

I just missed the fact that getreg() also works and I don't need to hack
to use clip_convert_sel...

f45f9394dd4dfbf802ee028b1efc8b82d32a3ef1 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0643: smoothscroll test fails

Problem: Smoothscroll test fails.
Solution: Check if skipcol changed.

b34c4b7863af8718ad726173585dd38a7c292f0f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0642: breakindent test fails

Problem: Breakindent test fails.
Solution: Correct logic for resetting need_showbreak.

693729ae58bd30fc1a4c08042ebe9923b45f5763 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0641: missing part of the new option code

Problem: Missing part of the new option code.
Solution: Add missing WV_SMS.

bbbda8fd81f6d720962b67ae885825bad9be4456 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0640: cannot scroll by screen line if a line wraps

Problem: Cannot scroll by screen line if a line wraps.
Solution: Add the 'smoothscroll' opt...

f6196f424474e2a9c160f2a995fc2691f82b58f9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0639: checking for popup in screen_char() is too late

Problem: Checking for popup in screen_char() is too late, the attribute has
alrea...

ff85d4a1076dc7d6fc3102f6560df3ad1af696ae authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0638: popup menu highlight wrong on top of preview popup

Problem: Popup menu highlight wrong on top of preview popup. (Yegappan
Lakshmanan...

393f8d61f55cb6127a100e812ba4d66097a32d2e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature

Problem: Syntax of commands in Vim9 script depends on +eval feature.
Solution: Use same syn...

eda29c971c0592d85c5856da7708f3edfdc54cfa authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix bug where clipboard would be polluted when showing Services menu

Previously, whenever the user selects some text in MacVim, and then
bring up the Services menu (...

8fda035132c7734c228c420020e2b01d435820e5 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0636: underline color may not work in some terminals

Problem: Underline color does not work in terminals that don't send a
termrespons...

b393275ae91eb9a8df7a9a611bd75590db9b22db authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0635: build error and compiler warnings

Problem: Build error and compiler warnings.
Solution: Add missing change. Add type casts.

3292a229402c9892f5ab90645fbfe2b1db342f5b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0634: evaluating "expr" options has more overhead than needed

Problem: Evaluating "expr" options has more overhead than needed.
Solution: Use call_simple...

a4e0b9785e409e9e660171cea76dfcc5fdafad9b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0633: FEAT_TITLE was removed but is still used

Problem: FEAT_TITLE was removed but is still used.
Solution: Remove FEAT_TITLE. (Naruhiko N...

b850c39676db21c6f1aa3afed0e2e48d407dd60e authored about 2 years ago by rbtnn <[email protected]>
patch 9.0.0632: calling a function from an "expr" option has overhead

Problem: Calling a function from an "expr" option has too much overhead.
Solution: Add call...

87b4e5c5db9d1cfd6f2e79656e1a6cff3c69d15f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0631: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

145d1fd91041bd2a22a11eef0357702e420796e2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0630: in Vim9 script a numbered function cannot be called

Problem: In Vim9 script a numbered function cannot be called.
Solution: Do not require "g:"...

cfb4d4f312e740c2fbb70c29c47cf74a76f8b605 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0629: get an error for using const only when executing

Problem: Get an error for using const only when executing.
Solution: Check for const at com...

a5d1a67bee5672786c4b172f66ae4391e7b0cc57 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0628: Coverity warns for not checking return value

Problem: Coverity warns for not checking return value.
Solution: Check the return value and...

d0121c63cfb0922a7048ece3efe994df6f444bed authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0627: "const" and "final" both make the type a constant

Problem: "const" and "final" both make the type a constant. (Daniel
Steinberg)
So...

6586a015144f15a979d573a79d91e700e4b3009f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0626: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

b152b6a40f729ed81a25d2fa541a4e73e201bec4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0625: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

7dd5a78b88af7734bdbf236fdfafb49f27a0ca2e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0624: leaking argument type array

Problem: Leaking argument type array.
Solution: Add allocated memory to type_gap.

ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0623: error for modifying a const is not detected at compile time

Problem: Error for modifying a const is not detected at compile time.
Solution: Add TTFLAG_...

fa1039760e8c1a0c7a2a722160bd3d71a4736e61 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0622: matchaddpos() can get slow when adding many matches

Problem: matchaddpos() can get slow when adding many matches.
Solution: Update the next ava...

9f573a8df02d9f699a43d2afbd1d2841d700b9ad authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0621: filetype test leaves file behind

Problem: Filetype test leaves file behind.
Solution: Add deferred delete flag to writefile(...

fc06cda8379031890ee8852cdca61eb8af8e1ba2 authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0620: matchaddpos() can only add up to 8 matches

Problem: matchaddpos() can only add up to 8 matches.
Solution: Allocate the array of positi...

50faf02f43d7f1a56ec2023028fca7c72dbce83e authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1299 from macvim-dev/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3

130a89eb66a29eca79a74ae99ae2b9bd74209577 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1298 from macvim-dev/dependabot/github_actions/actions/stale-6

Bump actions/stale from 5 to 6

4bdf7239c7224077ab8253fe9121de7cdfe5b61f authored about 2 years ago by Yee Cheng Chin <[email protected]>
Bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rele...

c6da9703d66043a2ed9c4705b580f60a4b14433c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/stale from 5 to 6

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://g...

59fb09372420f172b2ba4ef3f6e58ea551c2aa22 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge remote-tracking branch 'vim/master'

8cd33f3c43e20d297435949310896e614650f076 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1297 from ychin/fix-non-core-text-renderer-strikethrough

Fix non-Core Text renderer not working well with wide text

2449b8a5ba56580f1b14adee6debb3aad1d24870 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix non-CoreText renderer not working well with wide text

This was previously broken by #1287 as I did not update the new
constants' values.

Also, make s...

b52f01deb8f0aa2d56a0d8e28b252e6f26c17dd0 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0619: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

572a4433c8276d8e8f228a09f43b11afe0c85f6f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0618: calling function for reduce() has too much overhead

Problem: Calling function for reduce() has too much overhead.
Solution: Do not create a fun...

82418263fa91792e851cb0de879d1595327d5531 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0617: calling function for reduce() has too much overhead

Problem: Calling function for reduce() has too much overhead.
Solution: Only call clear_tv(...

1936c765364d6a771cea5df9971318060db82730 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0616: spell test fails because error message changed

Problem: Spell test fails because error message changed.
Solution: Adjust expected error me...

371951d0c34d4f44b50ad8bc8d30a4ef7effade6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0615: using reduce() on a list from range() is a bit slow

Problem: Using reduce() on a list from range() is a bit slow.
Solution: Avoid materializing...

52df40eb04726f9ee3c54ef8f7d856f1254b191a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0614: SpellFileMissing autocmd may delete buffer

Problem: SpellFileMissing autocmd may delete buffer.
Solution: Disallow deleting the curren...

ef976323e770315b5fca544efb6b2faa25674d15 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0613: running source tests leaves file behind

Problem: Running source tests leaves file behind.
Solution: Add the "D" flag to writefile()...

caa1d19da1cdfd07f93b578b4fd5214a53197cd6 authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0612: blockedit test passes with wrong result

Problem: Blockedit test passes with wrong result.
Solution: Add a "vim9script" line to make...

47da934844afec7b04d94e0d1f8cf0a86e1b9bea authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0611: tests delete files with a separate delete() call

Problem: Tests delete files with a separate delete() call.
Solution: Use deferred delete.

70e672580b39eb79607c304803efb954cc11f4e6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0610: global interrupt test fails when run under valgrind

Problem: Global interrupt test fails when run under valgrind.
Solution: Use TermWait().

859ea4bc76699232e41aea0f308463bab887b0c1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0609: blockedit test fails because of wrong indent

Problem: Blockedit test fails because of wrong indent.
Solution: Adjust the expected text t...

66000ff9af8e3de93825ce7baa0c43727465eca5 authored about 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

9fbdbb814f4ad67a14979aba4a6a49800c2f1a99 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0608: with spelling, deleting a full stop does not update next line

Problem: With spell checking, deleting a full stop at the end of a line
does not ...

26f09ea54b2c60abf21df42c60bdfc60eca17b0d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0607: verbose echo message test fails on Mac OS

Problem: Verbose echo message test fails on Mac OS.
Solution: Skip the test on Mac OS.

f802767df7b4532651fcf11d49e812ead32db45b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'

Problem: system() opens a terminal window when using the GUI and "!" is in
'guiop...

524c853e5ef0392fcf28e449946e05e7e3046e67 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0605: dump file missing

Problem: Dump file missing.
Solution: Add the missing dump file. (issue #11234)

439a2ba1749463718b6ce1e1375b68c7b7cff808 authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0604: luacheckrc file is not recognized

Problem: Luacheckrc file is not recognized.
Solution: Use lua filetype for luacheckrc. (clo...

49c311c9b18e18c05f93728d1f8a552923a18423 authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0603: with 'nosplitscroll' folds are not handled correctly

Problem: With 'nosplitscroll' folds are not handled correctly.
Solution: Take care of close...

7c1cbb6cd437c6e0c3ccc05840cc931108b4a60a authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0602: new TypeScript extensions are not recognized

Problem: New TypeScript extensions are not recognized.
Solution: Recognize .mts and .cts fi...

7fc6c0e4dab4e80b9806a973936af54276468513 authored about 2 years ago by rhysd <[email protected]>
patch 9.0.0601: too much indent

Problem: Too much indent.
Solution: Return out early from a funtion. (Yegappan Lakshmanan,
...

368aa6908862874fdb901c534ee99033ac977e4a authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0600: GYP files are not recognized

Problem: GYP files are not recognized.
Solution: Recognize GYP files. (closes #11242)

d32474229213276c64cb293885a975dcb406fbc9 authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0599: latexmkrc files are not recognized

Problem: Latexmkrc files are not recognized.
Solution: Use Perl filetype for latexmkrc file...

cde031938537970938437cdbb235bc0da755ae4a authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0598: using negative array index with negative width window

Problem: Using negative array index with negative width window.
Solution: Make sure the win...

8279af514ca7e5fd3c31cf13b0864163d1a0bfeb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0597: cannot close a tab page with the middle mouse button

Problem: Cannot close a tab page with the middle mouse button.
Solution: Support closing a ...

3bdef10dc1c836e5e5a6fdcc1c21155cbd80d798 authored about 2 years ago by regomne <[email protected]>
patch 9.0.0596: CI on Mac M1 has the channel feature disabled

Problem: CI on Mac M1 has the channel feature disabled.
Solution: Include the channel feature.

7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0595: extra newline in messages after a verbose shell message

Problem: Extra newline in messages after a verbose shell message.
Solution: Output the newl...

1190139ed01c27539615beea9559a88b2551daf3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0594: Makefile error message causes a shell error

Problem: Makefile error message causes a shell error.
Solution: Put the message in single q...

2cb4a89797477fc90c9d84b0d45e869369e39c75 authored about 2 years ago by dundargoc <[email protected]>
patch 9.0.0593: CI actions have too many permissions

Problem: CI actions have too many permissions.
Solution: Restrict permissions to what is re...

311df6bb0f861154e6a27144c226c805c7554a94 authored about 2 years ago by Alex <[email protected]>
patch 9.0.0592: display not cleared when scrolling back in messages

Problem: Display not cleared when scrolling back in messages, a background
color ...

838b746cce7ea863acdb81e3f44eec2ea90de92a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0591: message window popup shows on only one tab page

Problem: Message window popup shows on only one tab page. (Naruhiko
Nishino)
Solu...

4569020538f76cab588f723bd7243e3896937568 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0590: after exiting Insert mode spelling not checked in next line

Problem: After exiting Insert mode spelling is not checked in the next
line.
Solu...

ee09fcc9b6cf24e02899461809da9a5148208ea5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0589: on AmigaOS4 the pid is available but the task address is used

Problem: On AmigaOS4 the pid is available but the task address is used.
Solution: Use getpi...

b7e07dc1036b5b02870c72e872bbb248640ade7d authored about 2 years ago by =?UTF-8?q?Ola=20S=C3=B6der?= <[email protected]>
patch 9.0.0588: MorphOS build is broken

Problem: MorphOS build is broken.
Solution: Add "-lm" to LDFLAGS and "-noixemul" to CFLAGS....

4d2073b2610dd6270cc664224dce9524b2a1d758 authored about 2 years ago by =?UTF-8?q?Ola=20S=C3=B6der?= <[email protected]>
patch 9.0.0587: Unicode tables are outdated

Problem: Unicode tables are outdated.
Solution: Update to Unicode release 15. (Christian Br...

9882e9ddc90abf522809dba4d9fa4de24c74df74 authored about 2 years ago by Christian Brabandt <[email protected]>
patch 9.0.0586: missing change in test

Problem: Missing change in test.
Solution: Add the test change.

124af71a28a633fa655cff41bc21d398481ce45f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0585: when long message test fails the error message is not visible

Problem: When long message test fails the error message is not visible.
Solution: Dump more...

6a879878f4e1918a05244e6acd4c73c3135cf941 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0584: cscope test with wrong executable name fails

Problem: Cscope test with wrong executable name fails.
Solution: Use /bin/sh to execute the...

dc21552c9a83413a018a91e61649cc632929d6a1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0583: only recognizing .m3u8 files is inconsistent

Problem: Only recognizing .m3u8 files is inconsistent.
Solution: Also matc .m3u files. (iss...

b9725bc7f6427654eb4e35874034b0ec1b6b96b3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0582: channel cwd test fails on Cirrus CI

Problem: Channel cwd test fails on Cirrus CI.
Solution: Also remove /private from the expec...

ec1238b4068d0d6d9d02ac1a8e61720224a1be73 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0581: adding a character for incsearch fails at end of line

Problem: Adding a character for incsearch fails at end of line.
Solution: Only check cursor...

d4566c14e71c55dcef05fb34ea94eba835831527 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0580: no CI running for MacOS on M1

Problem: No CI running for MacOS on M1.
Solution: Add a cirrus CI task. (closes #11203)

1d61408af31667669edcbffc876e4eafdcacca96 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0579: using freed memory when 'tagfunc' wipes out buffer

Problem: Using freed memory when 'tagfunc' wipes out buffer that holds
'complete'...

0ff01835a40f549c5c4a550502f62a2ac9ac447c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0578: one timer test fails on Mac M1

Problem: One timer test fails on Mac M1.
Solution: Skip the test on Mac M1.

865bf2ed3039deeaa66312319f3e13db146a9701 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0577: buffer underflow with unexpected :finally

Problem: Buffer underflow with unexpected :finally.
Solution: Check CSF_TRY can be found.

96b9bf8f74af8abf1e30054f996708db7dc285be authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0576: unused loop variables

Problem: Unused loop variables.
Solution: Use a while loop instead. (closes #11214)

b2209f213e2931cf3313b24868a9165bbb717cc4 authored about 2 years ago by dundargoc <[email protected]>