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

Merge pull request #1264 from ychin/fix-macvim-makefile-dependencies

Fix MacVim Makefile dependencies

a6a0c173dc3c28558e17b016a57e0916631d40bd authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix MacVim Makefile dependencies

Add the MacVim Vim files (gui_macvim.m, MMBackEnd.m, MacVim.m) to the
list of GUI src files and ...

668a73972a32be57f27dfa7f0ea0766eafd5e44e authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed

Problem: A "below" aligned text property gets 'showbreak' displayed.
Solution: Do not use '...

3ec3b8e92da8299bcbfd851fa76fccf5403e4097 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0147: cursor positioned wrong after two "below" text properties

Problem: Cursor positioned wrong after two text properties with virtual
text and ...

50e75fe8d8c8ab262ab5b11d1498e5628044e07c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0146: missing part of change for "override" flag

Problem: Missing part of change for "override" flag.
Solution: Add the missing change.

4d2031fdbe833431269a960dd2f0287dbcaa92f9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0145: substitute that joins lines drops text properties

Problem: Substitute that joins lines drops text properties.
Solution: Move text properties ...

213bbaf15afc628e5f83d1ae6526631ca8292292 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0144: text property cannot override 'cursorline' highlight

Problem: Text property cannot override 'cursorline' highlight.
Solution: Add the "override"...

f4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0143: cursor positioned after virtual text in empty line

Problem: Cursor positioned after virtual text in empty line.
Solution: Keep cursor in the f...

afd2aa79eda3fe69f2e7c87d0b9b4bca874f386a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0142: crash when adding and removing virtual text

Problem: Crash when adding and removing virtual text. (Ben Jackson)
Solution: Check that th...

2f83cc4cfa56750c91eb6daa8fde319bca032d18 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0141: "delmenu" does not remove autocmmands

Problem: "delmenu" does not remove autocmmands. Running menu test function
alone ...

206fce307b265f7f6c6290b623a80c1d846dd131 authored about 2 years ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

6082c6a087740e4fe232512528bc1204209a0c90 authored about 2 years ago by ichizok <[email protected]>
Merge pull request #1261 from ychin/non-native-fullscreen-macbook-notch

Fix non-native full screen on MacBooks with notch

67a635ec1002089d8d362ac650da83e1af506943 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0140: execute() does not use the "legacy" command modifier

Problem: execute() does not use the "legacy" command modifier.
Solution: pass the command m...

3d3f6ac09859905405f35f50b2b7c57ccf40fb47 authored about 2 years ago by Kota Kato <[email protected]>
Merge pull request #1260 from ychin/untitled-window-never-terminate-window-fix

Fix bad interaction with never opening window + terminate on last window

9fb0163f869e6285dae94085f5ceff66b9cca150 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0139: truncating virtual text after a line not implemented

Problem: Truncating virtual text after a line not implemented.
Cursor positioning...

398649ee44edeb309c77361de697320378104b70 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0138: not enough characters accepted for 'spellfile'

Problem: Not enough characters accepted for 'spellfile'.
Solution: Add vim_is_fname_char() ...

bc49c5f48f89c2d6f4d88ee77f44a11d68293be3 authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix bad interaction with never opening window + terminate on last window

Previously, if you configure MacVim to never open an untitled window on
launch, *and* terminate ...

f6ba7dd40be20b3af73b01f5bd3ce157bc7dbd28 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix non-native full screen on MacBooks with notch

This makes sure non-native full screen mode will not use the areas with
the notch (which exists ...

db9a083025e72ba47f472f79f9a79c786999037e authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0137: debugger test may fail when $CWD is very long

Problem: Debugger test may fail when $CWD is very long.
Solution: Skip the test if the dire...

db7a88db8b52508d3df6d5947f7c4f3ef05d5f62 authored about 2 years ago by James McCoy <[email protected]>
patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRL

Problem: After CTRL-Left-mouse click a mouse scroll also has CTRL.
Solution: Reset orig_mou...

d6212b80d6d49d4d890c3141b7c6b83f899333b0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0135: comment about tabpage line above the wrong code

Problem: Comment about tabpage line above the wrong code.
Solution: Move the comment. (clos...

0b0ccbbfb014e1c9682b86a7a41ff2837b0b8047 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0134: no test for text property with column zero

Problem: No test for text property with column zero.
Solution: Add a test. Add message to ...

f05a1e59a3df759667f2082cf42368945c57e389 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0133: virtual text after line moves to joined line

Problem: Virtual text after line moves to joined line. (Yegappan
Lakshmanan)
Solu...

e175dc6911948bcd0c854876b534fee62fb95b9f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0132: multi-byte characters in virtual text not handled correctly

Problem: Multi-byte characters in virtual text not handled correctly.
Solution: Count scree...

09ff4b54fb86a64390ba9c609853c6410ea6197c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0131: virtual text with Tab is not displayed correctly

Problem: Virtual text with Tab is not displayed correctly.
Solution: Change any Tab to a sp...

783ef7214b6a33300bd83f616c1ead587370ce49 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0130: cursor position wrong when inserting around virtual text

Problem: Cursor position wrong when inserting around virtual text.
Solution: Update the cur...

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

05a8061eecd9969ee6cde008f54ded77462b649e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0129: compiler warning for int/size_t usage

Problem: Compiler warning for int/size_t usage.
Solution: Add a type cast. (Mike Williams, ...

ab146dac6b4148e770eb2bf61c72ef62d3ecfc65 authored about 2 years ago by Mike Williams <[email protected]>
patch 9.0.0128: Coverity complains about possible double free

Problem: Coverity complains about possible double free.
Solution: Clear the pointer to avoi...

3f79b61288bf528b9a848af9e4c849c35c1df0bf authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0127: unused variable

Problem: Unused variable.
Solution: Remove the variable. (closes #10829)

e95f22f63a1871b91e5508088e5ae4905ce28cd7 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0126: expanding file names fails in dir with more than 255 entries

Problem: Expanding file names fails in directory with more than 255
entries.
Solu...

95fca12b0e8a351ce4416417323db24c63eb940a authored about 2 years ago by John Drouhard <[email protected]>
patch 9.0.0125: cursor positioned wrong with virtual text after the line

Problem: Cursor positioned wrong with virtual text after the line.
Solution: Clear cts_with...

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

a615fe731eb0479465b931fd38550d467bd01c88 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0124: code has more indent than needed

Problem: Code has more indent than needed.
Solution: Use continue and return statements. (c...

101d57b34b72f4fbc7df1b6edfd64c64a6be14fc authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0123: cannot build with small features

Problem: Cannot build with small features.
Solution: Add #ifdef.

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

Problem: Breakindent test fails.
Solution: Fix condition.

be33e5e4a979811df84e19995b94655128f31046 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0121: cannot put virtual text after or below a line

Problem: Cannot put virtual text after or below a line.
Solution: Add "text_align" and "tex...

b7963df98f9dbbb824713acad2f47c9989fcf8f3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space

Problem: MS-Windows GUI: cannot use AltGr + Space.
Solution: Check for VK_MENU instead of V...

6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1 authored about 2 years ago by Anton Sharonov <[email protected]>
patch 9.0.0119: tiny chance that creating a backup file fails

Problem: Tiny chance that creating a backup file fails.
Solution: Check for EEXIST error. (...

dbdcc799109f0893856f07e03214206723cfdcf6 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0118: no test for what patch 9.0.0155 fixes

Problem: No test for what patch 9.0.0155 fixes.
Solution: Add a test. Fix typos. (closes #...

750209459c9e54030409afe8f4ad59570600b5c4 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0117: text of removed textprop with text is not freed

Problem: Text of removed textprop with text is not freed.
Solution: Free the text when the ...

3a4cd39d476474e20e88ebf120ca6070cc0d0072 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"

Problem: Virtual text not displayed if 'signcolumn' is "yes".
Solution: Set c_extra and c_f...

711483cd1381a4ed848d783ae0a6792d5b04447b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window

Problem: When 'cmdheight' is zero pressing ':' may scroll a window.
Solution: Add the made_...

6747cf1671bd41cddee77c65b3f9a70509f968db authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0114: the command line takes up space even when not used

Problem: The command line takes up space even when not used.
Solution: Allow for 'cmdheight...

f39cfb72629f3e7fefaf578a3faa2619cd0654f8 authored about 2 years ago by Shougo Matsushita <[email protected]>
patch 9.0.0113: has() is not strict about parsing the patch version

Problem: has() is not strict about parsing the patch version.
Solution: Check the version m...

d90f91fe3075bb51668ed926182b2163da9df001 authored about 2 years ago by K.Takata <[email protected]>
patch 9.0.0112: MS-Windows: test fails because file already exists

Problem: MS-Windows: test fails because file already exists.
Solution: Wait a little while ...

0f823c360947779d9de6048c6bce51c670a06eb6 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0111: "nocombine" is missing from synIDattr()

Problem: "nocombine" is missing from synIDattr().
Solution: Add "nocombine". (Muni Tanjim, ...

de78632c41d870d5254e9ccd285f53674b955f4e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0110: help tag generation picks up words in code examples

Problem: Help tag generation picks up words in code examples.
Solution: Skip over examples....

ddab3ce3457aadffb16ce0127f67a99966a065a8 authored about 2 years ago by Carlo Teubner <[email protected]>
patch 9.0.0109: writing over the end of a buffer on stack

Problem: Writing over the end of a buffer on stack when making list of
spell sugg...

1eead4cf1daf87ee41aeb4de3b3e38708417f9d5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0108: configure check for timer_create may give wrong error

Problem: Configure check for timer_create may give wrong error.
Solution: Give a warning in...

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

2ecbe53f452e92e941aff623f6a0b72f80e43d07 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0107: condition always has the same value

Problem: Condition always has the same value.
Solution: Remove the condition.

72981ac94ff7aeaa596d535448ee0bef46050acf authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0106: illegal byte regexp test doesn't fail when fix is reversed

Problem: Illegal byte regexp test doesn't fail when fix is reversed.
Solution: Make sure il...

cb36c2a3cdd5610487dd830d430bf022f288328d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0105: illegal memory access when pattern starts with illegal byte

Problem: Illegal memory access when pattern starts with illegal byte.
Solution: Do not matc...

f50940531dd57135fe60aa393ac9d3281f352d88 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0104: going beyond allocated memory when evaluating string constant

Problem: Going beyond allocated memory when evaluating string constant.
Solution: Properly ...

1e56bda9048a9625bce6e660938c834c5c15b07d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0103: if running configure with cached results -lrt may be missing

Problem: If running configure with cached results -lrt may be missing.
Solution: Use two ca...

efffa5360ebb2b6919c5eb1998c5df4c8849a407 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0102: reading past end of line with insert mode completion

Problem: Reading past end of line with insert mode completion.
Solution: Check text length.

a6f9e300161f4cb54713da22f65b261595e8e614 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0101: invalid memory access in diff mode with "dp" and undo

Problem: Invalid memory access in diff mode with "dp" and undo.
Solution: Make sure the lin...

4e677b9c40ccbc5f090971b31dc2fe07bf05541d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0100: get hit-enter prompt for system() when '!' is in 'guioptions'

Problem: Get hit-enter prompt for system() when '!' is in 'guioptions'.
Solution: Do not ca...

cb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0099: scrollback can be wrong after redrawing the command line

Problem: Scrollback can be wrong after redrawing the command line.
Solution: Clear unfinish...

46af7bc08debbf408d025680eeef136fb3b528ef authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0098: missing include file in timer_create configure check

Problem: missing include file in timer_create configure check.
Solution: Inlucde stdlib.h.

5748b7f2c8a8e8e6d12b3e2531df5c0261fd8f3b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0097: long quickfix line is truncated for :clist

Problem: Long quickfix line is truncated for :clist.
Solution: Allocate a buffer if needed.

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

d1e7357332852fc1235062d3d0de4fe49e2a5a6a authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0096: flag "new_value_alloced" is always true

Problem: Flag "new_value_alloced" is always true.
Solution: Remove "new_value_alloced". (cl...

f6782732ab4acd02211923fbdccb457dacaf277e authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0095: conditions are always true

Problem: Conditions are always true.
Solution: Remove useless conditions. (closes #10802)

122dea70073d140aa89212d344c3f62bd3b5b3fa authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0094: cursor restored unexpected with nested autocommand

Problem: Cursor restored unexpected with nested autocommand.
Solution: Do not restore the c...

3d6ee8bda0550a01346f5992bbce09c0eb6d7569 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0093: sway config files are recognized as i3config

Problem: Sway config files are recognized as i3config.
Solution: Recognize swayconfig separ...

7abd1c6d8e777bde1700633bafc1a40be9e9c1aa authored about 2 years ago by James Eapen <[email protected]>
patch 9.0.0092: plugins cannot change v:completed_item

Problem: Plugins cannot change v:completed_item.
Solution: Make v:completed_item writeable....

61021aa318ca4c4a6b0182ee93388b2e9b5eefba authored about 2 years ago by Shougo Matsushita <[email protected]>
patch 9.0.0091: duplicate error number

Problem: Duplicate error number.
Solution: Use unique error number.

34d1773bd4a1880616c5d7ef3a26f7bd69527589 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0090: no error when assigning bool to a string option

Problem: No error when assigning bool to a string option with setwinvar().
Solution: Give a...

28f84e17b068daca2635692d279930dcb7a150d0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0089: fuzzy argument completion doesn't work for shell commands

Problem: Fuzzy argument completion doesn't work for shell commands.
Solution: Check for cmd...

7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0088: pattern for detecting bitbake files is not sufficient

Problem: Pattern for detecting bitbake files is not sufficient.
Solution: Adjust the patter...

30e212dac1d29536883c36918a465a38d81d6413 authored about 2 years ago by Gregory Anders <[email protected]>
patch 9.0.0087: MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc

Problem: MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc.
Solution: Figure ou...

3f0266739db7d27cb7f03f9d131114fb0af3df71 authored about 2 years ago by Anton Sharonov <[email protected]>
patch 9.0.0086: tabline is not redrawn when entering command line

Problem: Tabline is not redrawn when entering command line.
Solution: Set "redraw_tabline"....

6791adca53981666f0cf23e264e102b795224044 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0085: ":write" fails after ":file name" and the ":edit"

Problem: ":write" fails after ":file name" and the ":edit".
Solution: Reset BF_NOTEDITED wh...

1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7 authored about 2 years ago by ii14 <[email protected]>
patch 9.0.0084: using "terraform" filetype for .tfvars file is bad

Problem: Using "terraform" filetype for .tfvars file is bad.
Solution: use "terraform-vars"...

15b87b6610bfce0c6296bbbad019c944f88a74ca authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0083: ModeChanged event not triggered when leaving cmdline window

Problem: ModeChanged event not triggered when leaving the cmdline window.
Solution: Call ma...

c9e8fd6fc7d2027d0645b376d95a6ed51098036c authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0082: cannot interrupt global command from command line

Problem: Cannot interrupt global command from command line.
Solution: Reset got_int in anot...

3cfae39b087c2724991d385e5e8ee7d011aa8e99 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0081: command line completion of user command may have duplicates

Problem: Command line completion of user command may have duplicates.
(Dani Dicks...

c2842adfb2ca0637f13e2793fefa18e7818684f9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0080: compiler warning for size_t to int conversion

Problem: Compiler warning for size_t to int conversion.
Solution: Add type casts. (Mike Wil...

0494789ecee9e2a973f48426f7a69fb96378fa8a authored about 2 years ago by Mike Williams <[email protected]>
patch 9.0.0079: error in autoload script not reported for 'foldexpr'

Problem: Error in autoload script not reported for 'foldexpr'.
Solution: Reset "emsg_off" w...

6809ff978a5c5b798952db9fa663df9e1776f3ff authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0078: star register is unexpectedly changed when deleting

Problem: Star register is changed when deleting and both "unnamed" and
"unnamedpl...

559f230fd618e51d7986d87217ff38a2eac73cef authored about 2 years ago by Ernie Rael <[email protected]>
patch 9.0.0077: wrong restored cursor position when switching window in autocmd

Problem: When switching window in autocmd the restored cursor position may
be wro...

b03950fafa07e8b8d975eeb345ad08b8b62e67ce authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0076: no test for what patch 8.1.1424 fixes

Problem: No test for what patch 8.1.1424 fixes.
Solution: Add a test. (closes #10789)

92a1678d488b7d023ddf2cd493a6ee0d7fcf1928 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0075: some compilers warn for using an uninitialized variable

Problem: Some compilers warn for using an uninitialized variable. (Tony
Mechelync...

be3dbda871ffd1b61f52b9519c23772f62381c67 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0074: Coverity warns for double free

Problem: Coverity warns for double free.
Solution: Reset cts_text_prop_count when freeing c...

34a1f779791fd4137547fa72addeb147b7704604 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0073: too many files recognized as bsdl

Problem: Too many files recognized as bsdl.
Solution: Use pattern "*.bsd" instead of "*bsd"...

1b67f07f7626b87d9ce3e16815970988983a2ddc authored about 2 years ago by Martin Tournoij <[email protected]>
patch 9.0.0072: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Initialize it. (John Marriott)

6d023f98dfbad6215a4e94ed7df28f8972b3ff9d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0071: command overlaps with printed text in scrollback

Problem: Command overlaps with printed text in scrollback.
Solution: Clear until end-of-lin...

ecdc82e74e6a7e73d9067ece1d5eac33abfde5ed authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0070: using utfc_ptr2char_len() when length is negative

Problem: Using utfc_ptr2char_len() when length is negative.
Solution: Check value of length...

4dc513a22c017b3061287deac74fa55f70a3214c authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0069: leaking memory when using text prop with inserted text

Problem: Leaking memory when using text prop with inserted text.
Solution: Clear the growar...

0c740e745a5f8702fd87689615a9684664e40764 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0068: build fails with tiny features

Problem: Build fails with tiny features.
Solution: Add #ifdef.

fe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0067: cannot show virtual text

Problem: Cannot show virtual text.
Solution: Initial changes for virtual text support, usin...

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

b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d authored about 2 years ago by Bram Moolenaar <[email protected]>
Update create-dmg to 1.1.0 to work with Apple Silicon Macs

aeafa394bd06aba4e45b8bc8dddcc581d617c6dd authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0066: switching window uneccarily when getting buffer options

Problem: Switching window uneccarily when getting buffer options.
Solution: Do not switch w...

cd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55 authored about 2 years ago by zeertzjq <[email protected]>
MacVim Snapshot 173

Updated to Vim 9.0.0065.

MacVim is now updated to Vim 9!

I just want to apologize for the infr...

6b7373168d8cf53187f91c7764a9456ac8a57bab authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

c0d5f053012210ae29b767e00f9c722b090ce486 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0065: cross-compiling doesn't work because of timer_create check

Problem: Cross-compiling doesn't work because of timer_create check.
Solution: Use AC_CACHE...

509695c1c3f5c94bf4b1de5dd0fc11202804f638 authored about 2 years ago by Richard Purdie <[email protected]>
patch 9.0.0064: confusing error when using "q:" in command line window

Problem: Confusing error when using "q:" in command line window.
Solution: Check for the si...

c963ec31a0c293d629e40cb082d4bfb1651def49 authored about 2 years ago by Bram Moolenaar <[email protected]>