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.1491: wrong scrolling with ls=0 and :botright split

Problem: Wrong scrolling with ls=0 and :botright split.
Solution: Add statusline before cal...

fbf2071ac9ef08302a1df86c15f3d4ddbe871243 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1490: the ModeChanged event may be triggered too often

Problem: The ModeChanged event may be triggered too often.
Solution: Only trigger ModeChang...

73916bac5ac2a054a0c71adfe8d742691cdfd95c authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1489: crypt with libsodium is not tested on CI

Problem: Crypt with libsodium is not tested on CI.
Solution: Configure testing with libsodi...

2f14716c464bbbf1d6cabfb8e270eac0972e98d2 authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1488: xchacha20v2 crypt header is platform dependent

Problem: xchacha20v2 crypt header is platform dependent.
Solution: Avoid using "size_t". (O...

35a2ec18d6560251e8164636bac6e21ea504648e authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1487: Content-type header for LSP channel not according to spec

Problem: Content-type header for LSP channel not according to spec.
Solution: Use "vscode-j...

c3eddd2068620ceb4e475961192c1d8cae3350cd authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1486: parallel make might not work

Problem: Parallel make might not work.
Solution: Add missing dependencies. (Samuel Dionne-R...

cfc788c38848adcd54e4130f16f2813cd1e215dd authored over 1 year ago by Samuel Dionne-Riel <[email protected]>
patch 9.0.1485: no functions for converting from/to UTF-16 index

Problem: no functions for converting from/to UTF-16 index.
Solution: Add UTF-16 flag to exi...

67672ef097dd708244ff042a8364994da2b91e75 authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1484: Coverity warns for using invalid array index

Problem: Coverity warns for using invalid array index.
Solution: Add entry for Xchacha, eve...

e1b4822137b74d45fde1d47d2e32b3ae89966092 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1483: += operator does not work on class member

Problem: += operator does not work on class member.
Solution: Do not skip as if "this." was...

22363c69945e48a7496f0ae00bc06235084ddd7a authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1482: crash when textprop has a very large "padding" value

Problem: Crash when textprop has a very large "padding" value. (Yegappan
Lakshman...

2354b66ac52a8a9165e8bd0d642e19e757ba12c3 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1481: decrypting with libsodium may fail if the library changes

Problem: Decrypting with libsodium may fail if the library changes.
Solution: Add parameter...

aae583441bcdbb0bfef3b8a1d193e04ae09ca95d authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1480: using popup menu may leave text in the command line

Problem: Using popup menu may leave text in the command line.
Solution: Clear the command l...

dcd40cfca0fe0e65d405ce9711745a8ec846c30c authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1479: small source file problems; outdated list of distrib. files

Problem: Small source file problems; outdated list of distributed files.
Solution: Small up...

f39d9e9dca443e42920066be3a98fd9780e4ed33 authored over 1 year ago by Bram Moolenaar <[email protected]>
Update runtime files

71badf9547e8f89571b9a095183671cbb333d528 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1478: filetypes for *.v files not detected properly

Problem: Filetypes for *.v files not detected properly.
Solution: Use the file contents to ...

80406c26188219f3773b2e9c49160caeeb386ee2 authored over 1 year ago by Turiiya <[email protected]>
patch 9.0.1477: crash when recovering from corrupted swap file

Problem: Crash when recovering from corrupted swap file.
Solution: Check for a valid page c...

b67ba03d3ef2e6c5f207d508e85fc6906f938028 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

6acaecf3d38e2cc6e750801d56a9eafd366b0140 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1476: lines put in non-current window are not displayed

Problem: Lines put in non-current window are not displayed. (Marius
Gedminas)
Sol...

e7f05a8780426dc7af247419c6d02d5f1e896689 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1474: CI runs with old version of Ubuntu and tools

Problem: CI runs with old version of Ubuntu and tools.
Solution: Update CI to more recent v...

9be736f2eb7b3474246d644d3defe6fd126b5b18 authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1473: CI does not run sound tests

Problem: CI does not run sound tests.
Solution: Re-enable sound tests. Use "apt-get" inste...

017227079f104bd69483ee3d33e31490d7e52135 authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1472: ":drop fname" may change the last used tab page

Problem: ":drop fname" may change the last used tab page.
Solution: Restore the last used t...

8281a16efc76197f7b0b2a385dffb44fce66d33e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1471: warnings for function declarations

Problem: Warnings for function declarations.
Solution: Add argument types. (Michael Jarvis,...

be9624eb47ff4db4f068c65ad9cd37b14d1818a8 authored over 1 year ago by Michael Jarvis <[email protected]>
patch 9.0.1470: deferred functions invoked in unexpected order

Problem: Deferred functions invoked in unexpected order when using :qa and
autoco...

1be4b81bfb3d7edf0e2ae41711d429e8fa5e0555 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1469: deferred functions not called from autocommands

Problem: Deferred functions not called from autocommands.
Solution: Also go through the fun...

960cf9119e3f4922ca9719feb5e0c0bc5e3b9840 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1468: recursively calling :defer function if it does :qa

Problem: Recursively calling :defer function if it does :qa in a compiled
functio...

a1f2b5ddc63d4e2b6ab047d8c839dd8477b36aba authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1467: Jenkinsfiles are not recognized as groovy

Problem: Jenkinsfiles are not recognized as groovy.
Solution: Add a pattern for Jenkinsfile...

142ffb024dd5123090c2fd02f55702e76520f1df authored over 1 year ago by dundargoc <[email protected]>
patch 9.0.1466: cannot use an object member name as a method argument

Problem: Cannot use an object member name as a method argument.
Solution: Do not give an er...

61378a15425553cec1ec15f590e70ca50c7c34a8 authored over 1 year ago by h-east <[email protected]>
patch 9.0.1465: Haiku build fails

Problem: Haiku build fails.
Solution: Do not include globals.h and proto.h twice. (Ozaki Ki...

89f9ffbe810c4705439096d646681e734e353e3e authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1464: strace filetype detection is expensive

Problem: Strace filetype detection is expensive.
Solution: Match with a cheap pattern first...

6e5a9f948221b52caaaf106079cb3430c4dd7c77 authored over 1 year ago by Federico Mengozzi <[email protected]>
patch 9.0.1463: virtual text truncation only works with Unicode 'encoding'

Problem: Virtual text truncation only works with Unicode 'encoding'.
Solution: Convert the ...

4c42c7eef43ff0f58fa574f7a900c8a3313f372e authored over 1 year ago by h-east <[email protected]>
patch 9.0.1462: recursively calling :defer function if it does :qa

Problem: Recursively calling :defer function if it does :qa.
Solution: Clear the defer entr...

42994bf678f46dc9ca66e49f512261da8864fff6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'

Problem: Ruler not drawn correctly when using 'rulerformat'.
Solution: Adjust formatting de...

fc8a601c3251c0388a88c1235b18c529385f7196 authored over 1 year ago by Sean Dewar <[email protected]>
patch 9.0.1460: insufficient testing for getcmdcompltype()

Problem: Insufficient testing for getcmdcompltype().
Solution: Add a few more test cases. (...

961b2e54bdbe1c06e4bf8ccf7a7e3deb129b45de authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1459: typo in name of type

Problem: Typo in name of type.
Solution: Change funccal_T to funccall_T. (closes #12265)

e7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1458: buffer overflow when expanding long file name

Problem: Buffer overflow when expanding long file name.
Solution: Use a larger buffer and a...

a77670726e3706973adffc2b118f4576e1f58ea0 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1457: no regression test for what patch 9.0.1333 fixes

Problem: No regression test for what patch 9.0.1333 fixes.
Solution: Extend existing test t...

ceff9cd1bb194f252c63da8e1c2dc7d6764d9d1f authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1456: shortmess test depends on order of test execution

Problem: Shortmess test depends on order of test execution.
Solution: Clear messages. (clos...

657b31fa3bda2089fef18c30fc706abe5d57e865 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1455: C++ 20 modules are not recognized

Problem: C++ 20 modules are not recognized.
Solution: Add patterns to recognize C++ 20 modu...

732d69e1918b28ad0fe16eb9bc5a776c7958122b authored over 1 year ago by Ben Jackson <[email protected]>
patch 9.0.1454: code indenting is confused by macros

Problem: Code indenting is confused by macros.
Solution: Put semicolon after the macros ins...

7e5fe38efc105721400048a2ffdeddbe1b9c0650 authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1453: typos in source code and tests

Problem: Typos in source code and tests.
Solution: Fi the typos. (Dominique Pellé, closes #...

b49dfd0cf296623af2d756cefc3e73b5b307734e authored over 1 year ago by Dominique Pelle <[email protected]>
patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never set

Problem: Code using EVAL_CONSTANT is dead, it is never set.
Solution: Remove EVAL_CONSTANT....

b7f6f93475a3ad5c590a09a2577fd51590bea9e1 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last"

Problem: Unnecessary redrawing when 'showcmdloc' is not "last".
Solution: Redraw later when...

aa7f25ebf16b8be99239af1134b441e3da93060a authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1450: MacOS: building fails if clock_gettime() is not available

Problem: MacOS: building fails if clock_gettime() is not available.
Solution: Add a configu...

08210f8def4886b0cd04dd4bbebed719f0512315 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1449: test for prompt buffer is flaky

Problem: Test for prompt buffer is flaky.
Solution: Use WaitForAssert() instead of TermWait...

ff6c230051ed2a2dbbbd517f51fe00c8ea27961b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1448: diff test fails on MacOS 13

Problem: Diff test fails on MacOS 13.
Solution: Install GNU diffutils. (Ozaki Kiichi, close...

d76670fc0d9bd9e09d8a3aa68ef58f796136d964 authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1447: condition is always true

Problem: Condition is always true.
Solution: Remove the useless condition. (closes #12253)

474891bc89e657100bd37c29129451a0e601879d authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1446: unnecessary checks for the "skip" flag when skipping

Problem: Unnecessary checks for the "skip" flag when skipping.
Solution: Remove the unneces...

5299c0933f942c61bfd48064c91365e518fa868c authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1445: openSUSE: configure doesn't find the Motif library

Problem: openSUSE: configure doesn't find the Motif library. (Tony
Mechelynck)
So...

01967f5b1042b375b38098eceaf31671902c8dbb authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1444: crash when passing NULL to setcmdline()

Problem: Crash when passing NULL to setcmdline(). (Andreas Louv)
Solution: Use tv_get_strin...

ac6cd31afcbdd08bfa92ca33f7d4ce5773ba4353 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer

Problem: Ending Insert mode when accessing a hidden prompt buffer.
Solution: Don't stop Ins...

05a627c3d4e42a18f76c14828d68ee4747118211 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1442: mapset() does not restore non-script context

Problem: mapset() does not restore non-script context.
Solution: Also accept negative sid. ...

bfc7cbd1d44e53e844a079d8ad16ae990dad664d authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1441: MacOS: Python 3 using framework do not set dll name properly

Problem: MacOS: Python 3 using framework do not set dll name properly.
Solution: Use the fr...

b6ebe5af74a965d703eb8ee66a07c97b0bbe6e58 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1440: "rvim" can execute a shell through :diffpatch

Problem: "rvim" can execute a shell through :diffpatch.
Solution: Disallow the shell "patch...

23a971da506249fc8388f06cd5c011b83406ac5c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1439: start Insert mode when accessing a hidden prompt buffer

Problem: Start Insert mode when accessing a hidden prompt buffer.
Solution: Call leaving_wi...

cde8de034524d00aba4ff4142e658baff511e12d authored over 1 year ago by orbital <[email protected]>
patch 9.0.1438: .fs files are falsely recognized as forth files

Problem: .fs files are falsely recognized as forth files.
Solution: Check 100 lines for som...

065088d5549e7711668321cc5a77c9a9b684b142 authored over 1 year ago by Johan Kotlinski <[email protected]>
patch 9.0.1437: test fails with different error number

Problem: Test fails with different error number.
Solution: Adjust the expected error.

3cdd799951b4d08f987a8346a8de544e41fab3d7 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1436: cannot compare a typed variable with v:none

Problem: Cannot compare a typed variable with v:none.
Solution: Allow for "x is v:none" and...

2ed57ac3675624b9d943d7753f48855e5dbebdbb authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set

Problem: Scrolling too many lines when 'wrap' and 'diff' are set.
Solution: Only scroll by ...

38d867f041349e1400c2cce9cac06f59ae6ccbb1 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1434: crash when adding package already in 'runtimepath'

Problem: Crash when adding package already in 'runtimepath'.
Solution: Change order for usi...

39c9ec16ea7ef13c5d783481542ee9aa6c05282c authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1433: on some systems the Lua library is not found

Problem: On some systems the Lua library is not found.
Solution: Check if a subdirectory fo...

869113f3765d51fc822a61b2ba53d339797c1231 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1432: completion popup in wrong position with virtual text "above"

Problem: Completion popup in wrong position with virtual text "above".
Solution: Adjust the...

6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1431: getscriptinfo() loops even when specific SID is given

Problem: getscriptinfo() loops even when specific SID is given.
Solution: Only loop when ne...

2d68b722e3bca7532eb0d83ce773934618f12db5 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1430: Livebook files are not recognized

Problem: Livebook files are not recognized.
Solution: Add a pattern for Livebook files. (Ma...

64002035178ac3e0d9ab7269d1bf06c6ede5a854 authored over 1 year ago by Mathias Jean Johansen <[email protected]>
Merge remote-tracking branch 'vim/master'

4204e69cdc69b159670528ef40e420e2c552df9f authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1399 from macvim-dev/dependabot/github_actions/actions/stale-8

Bump actions/stale from 7 to 8

ecc0c916cd6edef8140fdb7ee430e1aba5414b47 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Bump actions/stale from 7 to 8

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

e56324190e459cff51dc94c1f244229fdef8243a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
patch 9.0.1429: invalid memory access when ending insert mode

Problem: Invalid memory access when ending insert mode.
Solution: Check if the insert_skip ...

1a08a3e2a584889f19b84a27672134649b73da58 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1428: cursor in wrong position when leaving insert mode

Problem: Cursor in wrong position when leaving insert mode.
Solution: Update the w_valid fl...

c174c2e58c9e24a75b189e01143e6d057b84e96e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1427: warning for uninitialized variable

Problem: Warning for uninitialized variable. (Tony Mechelynck)
Solution: Add #ifdef.

1f76138ff1d08a8474cfcaf743448caf679416a3 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1426: indent wrong after "export namespace" in C++

Problem: Indent wrong after "export namespace" in C++.
Solution: Skip over "inline" and "ex...

99e4ab2a1e577ddb29030c09c308b67e16fd51c4 authored over 1 year ago by Virginia Senioria <[email protected]>
patch 9.0.1425: "wat" and "wast" files are one filetype

Problem: "wat" and "wast" files are one filetype.
Solution: Add a separate filetype for "wa...

3ea62381c527395ae701715335776f427d22eb7b authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1424: unused macros are defined

Problem: Unused macros are defined.
Solution: Remove the unused macros.

7ac36130e09d56c75134655a6b12218ddafeaa8b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1423: WebAssembly Interface Type files are not recognized

Problem: WebAssembly Interface Type files are not recognized.
Solution: Add a pattern for W...

890c77203637626b1005db818667084d11e653e7 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1422: Sage files are not recognized

Problem: Sage files are not recognized.
Solution: Add a pattern for Sage files. (Amaan Qure...

d0639d717ba7cf8b04b588aadd0b379ed43a5f1f authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1421: Nu files are not recognized

Problem: Nu files are not recognized.
Solution: Add a pattern for Nu files. (Amaan Qureshi,...

8aa2a37f8983a7863afa32d9ffbe64b2f2bc70be authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1420: build failure because SIZE_MAX is not defined

Problem: Build failure because SIZE_MAX is not defined.
Solution: Define SIZE_MAX when miss...

aa26153b6cb8353c1cd64667ec55ab5186fa1036 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1419: Lean files are not recognized

Problem: Lean files are not recognized.
Solution: Add a pattern for Lean files. (Amaan Qure...

4a5c39fc52a73d46ac77cf574f765a465befc3c0 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1418: the included xdiff code is a bit outdated

Problem: The included xdiff code is a bit outdated.
Solution: Sync with the latest git xdif...

5fedb8a5ab7addb584728c89e809be190de992bf authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1397 from ychin/remove-locales-dup-encoding

Don't build/install non-UTF-8 and encoding-converted locales

572c4926c7d3f18d7de7fad553bf795a83ce2bb0 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1396 from ychin/sparkle-more-descriptive-version-string

Use more descriptive version string in Sparkle 2

9a297e0d5d75b70163fda7a160dfdcd04736a3cb authored over 1 year ago by Yee Cheng Chin <[email protected]>
Don't build/install non-UTF-8 and encoding-converted locales

Currently a lot of the .po locale files are generated using iconv to
different encodings. This i...

a9d58107e5ef9d603ff0eaa007c8ef6c86035d60 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Use more descriptive version string in Sparkle 2

Sparkle 2.4 added support for customizing the displayed version string
instead of just showing t...

c311abc42275975454d09276f52b2775c11318fe authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1395 from ychin/sparkle-2.4.0

Sparkle 2.4.0

4b30143317822d74b2a1a9fda76609602b1ef55e authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

8cbd16e5008f4f6b9e3e6feedd00f44cc7708c49 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Sparkle 2.4.0

2.3.2
- Contains a fix to prevent Sparkle (and the app) from crashing if the
appcast contains ...

08ae40e054825869cb4afcd52853ebf5bcfc25a4 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1417: ESDL files are not recognized

Problem: ESDL files are not recognized.
Solution: Add a pattern for ESDL files. (Amaan Qure...

a1fa8b3ac2f7b54c7901ad3eb0ba8b8290912509 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1416: crash when collection is modified when using filter()

Problem: Crash when collection is modified when using filter().
Solution: Lock the list/dic...

e6d40dcdc7227594935d2db01eca29f0e575dcee authored over 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1415: Crystal files are not recognized

Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaa...

7c4516fe93d865f4ef1877181f8156b8b9331856 authored over 1 year ago by Amaan Qureshi <[email protected]>
MacVim r176.1 (prerelease)

Updated to Vim 9.0.1403

2ab2d08a1ee685314d453cda21ffa9a2cefd43b4 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1393 from ychin/show-pre-release-about-macvim

About MacVim show "pre-release" when running a pre-release build

01dd4ff3a95429d0e9437c9e9db4604be9031ba0 authored over 1 year ago by Yee Cheng Chin <[email protected]>
About MacVim show "pre-release" when running a pre-release build

This helps the user know whether they are using a relatively untested
build and should consider ...

e8267a84ceba5eb51ace739d0b8991c5108ce5b6 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier

Problem: <M-S-x> in Kitty does not use the Shift modifier.
Solution: Apply the Shift modifi...

ea83c194625e51c28a2796eba9ba87b0b9ab23e0 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1390 from ychin/fix-macos-13-ventura-printing

Fix :hardcopy not working in macOS 13 Ventura

43b496733bfb5e31a3f00e022e7302dcac35d8b1 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1391 from ychin/fix-xcode-project-warnings-parallel-deployment-target

Fix misc MacVim project warnings in Xcode

01bcda70776e9905a9eaa6c21d638c28b09c61e0 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix :hardcopy not working in macOS 13 Ventura

MacVim's `:hardcopy` implementation just uses Preview to show the
generated PostScript file and ...

e3a5374446750848ea8184df7096231694ed881a authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix misc MacVim project warnings in Xcode

Turn on parallel building, to remove the "Building targets in manual
order is deprecated" projec...

e443fb404021766357d2699a2b787acb9ae7d5bf authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1392 from ychin/fix-ci-mouse-shape-error-on-replace

Fix MacVim CI breakage in Test_mouse_shape_after_cancelling_gr

988f8b5f7514f0d54a68a0e517de98e00a2e25d7 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix MacVim CI breakage in Test_mouse_shape_after_cancelling_gr

Set mouseshape correctly when using 'r' or 'gr'. Otherwise Vim will only
do it when mouse moves ...

c8804ae8ff738de23bb36a7fa7a9d4a1cee8069b authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1413: compiler warning for unused variable

Problem: Compiler warning for unused variable.
Solution: Move variable declaration. (John M...

2a003177eb3cee535bb8a384b4b87db13f0486ae authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1412: Pony files are not recognized

Problem: Pony files are not recognized.
Solution: Add a pattern for Pony files. (Amaan Qure...

6e377eca8de4c0c0d25808beb7de7676194ebf1d authored over 1 year ago by Amaan Qureshi <[email protected]>