Ecosyste.ms: OpenCollective

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

MacVim

Vim as a native macOS native GUI application
Collective - Host: opensource - https://opencollective.com/macvim - Website: https://macvim.org - Code: https://github.com/macvim-dev

patch 9.0.2095: statusline may look different than expected

Problem: statusline may look different than expected
Solution: do not check for highlighting of...

github.com/macvim-dev/macvim - 6a650bf696f1df3214b3d788947447c5bbf1a77d authored about 1 year ago
patch 9.0.2094: Vim9: need more assignment tests

Problem: Vim9: need more assignment tests
Solution: Add test for using different types in assig...

github.com/macvim-dev/macvim - 1fc47c2c9bf3121268ebab03a0662e0cf2e5cb26 authored about 1 year ago
runtime(wget): Update for Wget2 2.1.0 (#13497)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - d56f15caf602a061f5f9f0a3c6a4537ab2dc6acc authored about 1 year ago
patch 9.0.2093: Unsupported option causes skipping of modeline test

Problem: Unsupported option causes rest of modeline test to be skipped.
Solution: Revert the ch...

github.com/macvim-dev/macvim - 4d62a2f4439196c1cc0b2d0fc13a56dd03711b4d authored about 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - e02454b9e6ace2dce8c25a5bbbf73d93a5685261 authored about 1 year ago
Merge pull request #1457 from ychin/fix-macvim-warnings

Fix misc MacVim warnings and treat warnings as errors in CI

github.com/macvim-dev/macvim - a38e37446ad0068efe5375afeefa6bc5602b8c37 authored about 1 year ago
Fix misc MacVim warnings and treat warnings as errors in CI

In CI, turn on warnings as errors, but ignore deprecated warnings as we
are still using NSConnec...

github.com/macvim-dev/macvim - b6f7d7d3e47a80bd2d0a660c90d7481c3d95b965 authored about 1 year ago
patch 9.0.2092: tests: failure in test_arabic

Problem: tests: failure in test_arabic
Solution: adjust the test for the changed arabic keymap
...

github.com/macvim-dev/macvim - 2a94e9879283c55b162cf4e6d9ac7e0b0c35bc97 authored about 1 year ago
runtime(keymap): Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - caee7956a21a8c1102266b31af44c432522bdb53 authored about 1 year ago
translation(ru): Update the translation of Russian messages to Vim 9.0.2091 (#13490)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 3570631dc67677836d292a1838958d0def58c150 authored about 1 year ago
runtime(tar): improve the error detection

Do not rely on the fact, that the last line matches warning, error,
inappropriate or unrecognize...

github.com/macvim-dev/macvim - 3d37231437fc0f761664a7cabc8f7b927b468767 authored about 1 year ago
runtime(doc): document vim-script library function

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - da4e433dc3bee7fa521df3c7235d49a6732134ef authored about 1 year ago
runtime(dist): Make dist/vim.vim work properly when lacking vim9script support (#13487)

`:return` cannot be used outside of `:function` (or `:def`) in older Vims
lacking Vim9script su...

github.com/macvim-dev/macvim - b2a4c110a5d13bc794f4eddb2e88a4e8fe9dfbea authored about 1 year ago
patch 9.0.2091: Vim9: cannot convert list to string using +=

Problem: Vim9: cannot convert list to string using +=
(after 9.0.2072)
Solution: conv...

github.com/macvim-dev/macvim - 6709816f7807c3ebb062a3124e660def184b739b authored about 1 year ago
runtime(dist): add legacy version for central vim library

Also, enable the zip and gzip plugins by default, unless those variables
were not explicitly set...

github.com/macvim-dev/macvim - 4f174f0de90b52937ddaf1e6db98e9731930ff7c authored about 1 year ago
runtime(dist): centralize safe executable check and add vim library (#13413)

Follow up to 816fbcc26 (patch 9.0.1833: [security] runtime file fixes,
2023-08-31) and f7ac0ef5...

github.com/macvim-dev/macvim - cd8a3eaf5348feacfecab4b374b7ea4ce6a97422 authored about 1 year ago
runtime(doc): clarify terminal capabilities for focus reporting

closes: #13440

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 08b1c61e8b67be2b6a95d9b85d3bbf84cc70712f authored about 1 year ago
patch 9.0.2090: complete_info() skips entries with 'noselect'

Problem: complete_info() skips entries with 'noselect'
Solution: Check, if first entry is at or...

github.com/macvim-dev/macvim - 57f9ce1a0977da13e5923214086795ffa2d28ce1 authored about 1 year ago
runtime(doc): Add Makefile for the Vim documentation on Windows (#13467)

* Makefile for the Vim documentation on Windows

* Corrected comments

Signed-off-by: Christ...

github.com/macvim-dev/macvim - b23c1fc596501a8dfc0355ed8084dcbf018f7907 authored about 1 year ago
patch 9.0.2089: sound_playfile() fails when using powershell

Problem: sound_playfile() fails when using powershell
Solution: quote filename using doublequot...

github.com/macvim-dev/macvim - 15d270019e88a8ba67618adf5efe1aaa81ce354b authored about 1 year ago
patch 9.0.2088: Vim9: still allows abstract static methods

Problem: Vim9: still allows abstract static methods
(after v9.0.2084, v9.0.2085 and v...

github.com/macvim-dev/macvim - 5a53925a6eea929118e5438685e9ebc16ae48aa2 authored about 1 year ago
runtime(sh): Update sh syntax and add shDerefOffset to shDerefVarArray for bash (#13480)

Add shDerefOffset to shDerefVarArray.

Example code:

```bash
declare -a a=({a..z})

echo...

github.com/macvim-dev/macvim - ce3b0136c6d9d09af41969d3dc9634f115505a32 authored about 1 year ago
runtime(script.vim): make strace ft check less strict (#13482)

Strace output, depending on parameters (-ttf this time), can dump both
times and pid:
1038 ...

github.com/macvim-dev/macvim - 2f54c13292af053ec00c18e5fded87b1bc602822 authored about 1 year ago
patch 9.0.2087: build-failure in vim9class

Problem: build-failure in vim9class
Solution: reference correct error message,
disabl...

github.com/macvim-dev/macvim - 33c1da7ff49c3ccdce3a6d98bd620e324c5cd6ff authored about 1 year ago
patch 9.0.2086: code cleanup for option callbacks needed

Problem: code cleanup for option callbacks needed
Solution: remove flag os_doskip, it's not nec...

github.com/macvim-dev/macvim - deba02ddd46e9e8adfe2f7800c6be19d8c8e1a4d authored about 1 year ago
patch 9.0.2085: Vim9: abstract can be used in interface

Problem: Vim9: abstract can be used in interface
Solution: Disallow the use of abstract in an i...

github.com/macvim-dev/macvim - 2b358adde079d7cc8a7f42fcd5627866641c9a59 authored about 1 year ago
patch 9.0.2084: Vim9: abstract static methods are possible

Problem: Vim9: abstract static methods are possible
Solution: Disallow abstract static methods
...

github.com/macvim-dev/macvim - ef9e3f8924363939ff45fa385f50f57146ff365c authored about 1 year ago
runtime(sh) Update sh syntax and add shDblParen to shCaseList (#13469)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 1858e2b22ad168b1fd44a4efcd3a2b6cd9f6772d authored about 1 year ago
patch 9.0.2083: Perl: xsubpp may be in non-standard location

Problem: Perl: xsubpp may be in non-standard location
Solution: Add --with-subpp configure opti...

github.com/macvim-dev/macvim - 1b1c9f272ddfa5f1d7d903cd9d59320cb97bfd4b authored about 1 year ago
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (#13472)

Signed-off-by: James McCoy <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 2b89afd5eb63864154d973e7991a56a53b87a767 authored about 1 year ago
patch 9.0.2082: test_channel may fail because of IPv6 config issue

Problem: test_channel may fail because of IPv6 config issues
Solution: Catch and skip the test,...

github.com/macvim-dev/macvim - 43cb8e1c3b60f6fcd30a9a0f9b01b86d640b2165 authored about 1 year ago
patch 9.0.2081: smoothscroll may result in wrong cursor position

Problem: With 'smoothscroll' set, "w_skipcol" is not reset when unsetting 'wrap'.
Res...

github.com/macvim-dev/macvim - 1bf1bf569b96d2f9b28e0cce0968ffbf2fb80aac authored about 1 year ago
runtime(sh): add shDblParen to shLoopList for bash (#13445)

add shDblParen to shLoopList to correctly highlight
arithmetic expressions for Bash and Ksh

...

github.com/macvim-dev/macvim - a390e984db20575dc726b4e0ebf95582265df8e7 authored about 1 year ago
patch 9.0.2080: vim9_script test too large

Problem: vim9_script test too large
Solution: split vim9 type alias test into
separat...

github.com/macvim-dev/macvim - 171c50e0b0dd2608738bcc3809e5bc5e1e3cce35 authored about 1 year ago
runtime(doc): all secure options should note this restriction in the documentation (#13448)

Problem: Not all secure options document their status
Solution: Describe secure context :set r...

github.com/macvim-dev/macvim - 8ebdbc9e6d80b707c2b2d923e702dc86bf902923 authored about 1 year ago
patch 9.0.2079: Not all Dart files detected

Problem: Not all Dart files detected
Solution: Add shebang filetype detection for Dart

closes:...

github.com/macvim-dev/macvim - c1c177a47bfe1b9a524ede2743a689e461668d14 authored about 1 year ago
patch 9.0.2078: several problems with type aliases

Problem: several problems with type aliases
Solution: Check for more error conditions, add test...

github.com/macvim-dev/macvim - feaccd239573a6265d39d3a917862ee40742eab4 authored about 1 year ago
Merge pull request #1455 from ychin/fix-help-menu-docs-search-special-char

Fix Help menu searching Vim doc not working with special chars

github.com/macvim-dev/macvim - 0f293b5e1c309e58a3c382c3c810a872687fdc10 authored about 1 year ago
patch 9.0.2077: CI fails because of trailing whitespace in test

Problem: CI fails because of trailing whitespace in test
Solution: Remove it

Signed-off-by: Ch...

github.com/macvim-dev/macvim - 87ca5e86fa0ef305f3d39cc4261b622f21417f7f authored over 1 year ago
patch 9.0.2076: Vim9: No support for type aliases

Problem: Vim9: No support for type aliases
Solution: Implement :type command

A type definition...

github.com/macvim-dev/macvim - ec3cebbd2b6b7583d2f683f5e66345163ec122aa authored over 1 year ago
patch 9.0.2075: TextChangedI may not always trigger

Problem: TextChangedI may not always trigger
Solution: trigger it in more cases: for insert/
...

github.com/macvim-dev/macvim - 4bca4897a12dfb91b3b27e3083fd5f370bd857d1 authored over 1 year ago
patch 9.0.2074: Completion menu may be wrong

Problem: Completion menu may be wrong
Solution: Check for the original direction of the complet...

github.com/macvim-dev/macvim - daef8c74375141974d61b85199b383017644978c authored over 1 year ago
runtime(netrw): don't echo empty lines (#13431)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 650dcfc8d12e68aa05a358301ec15f9e6dbd03ba authored over 1 year ago
Fix Help menu searching Vim doc not working with special chars

Previously Help menu's Vim doc search did not work with special key
documentation like `<Down>` ...

github.com/macvim-dev/macvim - 565a8a17adfe2edcd020c8431e0ca32b9f6f4d59 authored over 1 year ago
Merge pull request #1454 from ychin/add-basic-macvim-objc-tests

Add basic tests for MacVim

github.com/macvim-dev/macvim - 81d23bccfdad5d15ce8bde1909c0b8b781950915 authored over 1 year ago
patch 9.0.2073: typo in quickfix.c comments

Problem: typo in quickfix.c comments
Solution: fix them

closes: #13422

Signed-off-by: Christi...

github.com/macvim-dev/macvim - b0221819f3f7cf5cd526338070ea30b59d69315b authored over 1 year ago
runtime(debian): update debian related runtime files (#13423)

* Update Debian runtime files

Add mantic as a supported Ubuntu release and move buster/kineti...

github.com/macvim-dev/macvim - 7b7cda67a1246874520b280277d9b1447e1a7ef5 authored over 1 year ago
patch 9.0.2072: Vim9: no nr2str conversion in list-unpack

Problem: Vim9: no nr2str conversion in list-unpack
Solution: Generate 2STRING instruction to co...

github.com/macvim-dev/macvim - c229a6ac0775e07dff456ca8832c516e57a74e74 authored over 1 year ago
patch 9.0.2071: objdump files not recognized

Problem: objdump files not recognized
Solution: detect *.objdump files, add a filetype plugin

...

github.com/macvim-dev/macvim - 10407df7a95d0311c7d2eb920d3b72020db5b301 authored over 1 year ago
patch 9.0.2070: [security] disallow setting env in restricted mode

Problem: [security] disallow setting env in restricted mode
Solution: Setting environment varia...

github.com/macvim-dev/macvim - 6b89dd6a7257a1e2e9c7ea070b407bc4674a5118 authored over 1 year ago
patch 9.0.2069: possible to escape bracketed paste mode with Ctrl-C

Problem: possible to escape bracketed paste mode with Ctrl-C
Solution: Do not handle Ctrl-C spe...

github.com/macvim-dev/macvim - 67ec6553839f070cd4cc8effa26a9db1750e17b6 authored over 1 year ago
patch 9.0.2068: [security] overflow in :history

Problem: [security] overflow in :history
Solution: Check that value fits into int

The get_list...

github.com/macvim-dev/macvim - 9198c1f2b1ddecde22af918541e0de2a32f0f45a authored over 1 year ago
Add basic tests for MacVim

Add a few tests for MacVim using XCTest. Previously MacVim had
essentially zero automatic tests....

github.com/macvim-dev/macvim - 9fe55b07fdf2449a082f84b653c60064df20c09b authored over 1 year ago
Merge pull request #1453 from ychin/launch-with-clean-defaults

Allow launching MacVim in clean defaults, add menu to open clean Vim

github.com/macvim-dev/macvim - 1f3046250d0acc3654e79e596b3328977b160b05 authored over 1 year ago
Allow launching MacVim in clean defaults, add menu to open clean Vim

Now support a `-IgnoreUserDefaults 1` flag that can be passed to MacVim
at launch, which would c...

github.com/macvim-dev/macvim - fa83ca5cb1dd14f5b7b0dc88f779d11e86e2fa8c authored over 1 year ago
runtime(doc): clarify bracketed paste mode

related: #13398

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 5f5131d775bf9966976e39aa38b070036cbfe969 authored over 1 year ago
runtime(doc): missing code formatting in if_pyth.txt

fixes: #13418

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - a56f02d824288104823e9740e1b1fe045c3ab994 authored over 1 year ago
patch 9.0.2067: xxd: coloring was disabled on Cygwin

Problem: xxd: coloring was disabled on Cygwin
Solution: don't include WIN32

xxd: Fix that colo...

github.com/macvim-dev/macvim - c4a403860353ff35dc47e2a52818e771fa228083 authored over 1 year ago
patch 9.0.2066: xxd: corrupting files when reversing bit dumps

Problem: xxd: corrupting files when reversing bit dumps
Solution: handle reversing bit dump sli...

github.com/macvim-dev/macvim - 1c14030aff238abef03bdf87e6b33c7e5d7ffd51 authored over 1 year ago
patch 9.0.2065: EXPAND flag set for filetype option

Problem: EXPAND flag set for filetype option
Solution: Remove P_EXPAND flag from the 'filetype'...

github.com/macvim-dev/macvim - 3932072ab435eb171ab55b2a2c0185358cd0d7bf authored over 1 year ago
patch 9.0.2064: cannot use buffer-number for errorformat

Problem: cannot use buffer-number for errorformat
Solution: add support for parsing a buffer nu...

github.com/macvim-dev/macvim - b731800522af00fd348814d33a065b92e698afc3 authored over 1 year ago
runtime(doc): Fix typos in several documents (#13420)

* Fix typos in several documents
* Update runtime/doc/terminal.txt

Co-authored-by: K.Takata ...

github.com/macvim-dev/macvim - 5985879e3c36383155f84649fa42d06813a1893e authored over 1 year ago
please report security issues to the vim-security list

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - 50f3ec2898a43feaa6add2bc4875754cf9224d5e authored over 1 year ago
patch 9.0.2063: pacman hooks are detected as conf filetype

Problem: pacman hooks are detected as conf filetype
Solution: make it consistent to pacman.conf...

github.com/macvim-dev/macvim - 7d254dbc2db35badc65668db85f826f605486986 authored over 1 year ago
patch 9.0.2062: Janet files are not recognised

Problem: Janet files are not recognised
Solution: Add filename and shebang detection (without
...

github.com/macvim-dev/macvim - c038427d2a27445e612761f19c92b2b8b05afdea authored over 1 year ago
patch 9.0.2061: not able to detect xkb filetypes

Problem: not able to detect xkb filetypes
Solution: Detect files below /u/s/X11/xkb as xkb file...

github.com/macvim-dev/macvim - ae9021a840db3253b0e0cb84186faae73368afd7 authored over 1 year ago
patch 9.0.2060: *.{gn,gni} files are not recognized

Problem: *.{gn,gni} files are not recognized
Solution: Detect some as gn filetype (without addi...

github.com/macvim-dev/macvim - 84394f2be4a750f1e26b478e36de041663f4b5a4 authored over 1 year ago
runtime(doc): small updates to the documentation for varargs

- update and correct the documentation for varargs for Vim9 and make
sure to mention that a <l...

github.com/macvim-dev/macvim - a5a1534753db361f6320e766014d42602c79537f authored over 1 year ago
runtime(vim): Update ftplugin - comment motions (#13412)

Fix the pattern used by comment-motion mappings to match the start of a
block comment.

Block...

github.com/macvim-dev/macvim - fea96c00e55a71e3007907ff4f7ad513bb9ff0eb authored over 1 year ago
Merge pull request #1452 from ychin/use-new-xcodeproj-format

Update xcodeproj version, generate a compatible one for Xcode 8+

github.com/macvim-dev/macvim - b0ba0b90c504369e64d0469332fc9de8103a9b65 authored over 1 year ago
Update xcodeproj version, generate a compatible one for Xcode 8+

Certain newer Xcode features such as parallel builds require a newer
version to be specified in ...

github.com/macvim-dev/macvim - ecea5eadc79af3c5f2e152099230867454440c94 authored over 1 year ago
patch 9.0.2059: outstanding exceptions may be skipped

Problem: outstanding exceptions may be skipped
Solution: When restoring exception state, proces...

github.com/macvim-dev/macvim - 0ab500dede4edd8d5aee7ddc63444537be527871 authored over 1 year ago
patch 9.0.2058: tests: avoid error when no swap files exist

Problem: tests: avoid error when no swap files exist
Solution: use unlet! so that no error mess...

github.com/macvim-dev/macvim - a36acb7ac444a789440dc30e0f04d5427069face authored over 1 year ago
patch 9.0.2057: Vim9: no strict type checks for funcrefs varargs

Problem: Vim9: no strict type checks for funcrefs varargs
Solution: Perform strict type checkin...

github.com/macvim-dev/macvim - 3ec6c1fe3bb1b366b710d3e7226f7eed3be1801a authored over 1 year ago
matchparen: do not use hard-coded match id (#13393)

* matchparen: do not use hard-coded match id

Instead of using the hard-coded match id 3, whic...

github.com/macvim-dev/macvim - d3e277f279ed628809eb6857ea3ebcfca566ca2a authored over 1 year ago
Make What's New work better with pre-release page

When requesting a specific version from What's New page, show the entire
major version below the...

github.com/macvim-dev/macvim-dev.github.io - 8bf23f02931cf0184bddd98c7148724810ab5145 authored over 1 year ago
MacVim r178.1 (prerelease)

Updated to Vim 9.0.2043

github.com/macvim-dev/macvim - bb85affbcbea3dd4d25d9f642c37fd00a3d4d3b6 authored over 1 year ago
Add release.yml to aid pre-release release notes generation

Currently this is only for pre-release builds as main releases usually
use hand-written release ...

github.com/macvim-dev/macvim - 39b2417ca7447846a9c8ab940f05c3ae4e4ff9df authored over 1 year ago
Merge pull request #1450 from ychin/fix-fullscreen-notch-menu

Fix non-native full screen show menu with notch, and changing resolution

github.com/macvim-dev/macvim - 4c5bd966f4aa97fb70a77b5883476c85aca26a4e authored over 1 year ago
Fix non-native full screen show menu with notch, and changing resolution

Currently MacVim's "show menu bar" option for non-native full screen
does not work properly on n...

github.com/macvim-dev/macvim - b200f56497b16718191dfda2c4240eb87c6e43df authored over 1 year ago
patch 9.0.2056: no digraph for quadruple prime

Problem: no digraph for quadruple prime
Solution: add quadruple prime digraph using 4'

closes:...

github.com/macvim-dev/macvim - 47416d1a7441f8c815438903e78ba0a2d877699e authored over 1 year ago
patch 9.0.2055: Vim9: non-consistent error messages

Problem: Vim9: non-consistent error messages
Solution: make error messages more consistent with...

github.com/macvim-dev/macvim - d4802ec48560b30d5a2fea243b05bd0f70364f7b authored over 1 year ago
patch 9.0.2054: win32: iscygpty needs update

Problem: win32: iscygpty needs update
Solution: Update iscygpty to the latest version, make use...

github.com/macvim-dev/macvim - ac709e2fc0db6d31abb7da96f743c40956b60c3a authored over 1 year ago
Merge pull request #1447 from ychin/whats-new-show-prerelease

Allow showing pre-release in What's New page

github.com/macvim-dev/macvim - af215e42ece02b17d55cec38f64d6f06052a4975 authored over 1 year ago
Merge pull request #1448 from ychin/fix-macos14-non-native-fullscreen-background-color

Fix macOS 14 Sonoma non-native full screen background color

github.com/macvim-dev/macvim - 8aa089ee3627d62c377d092f8cdf55b608fb24a7 authored over 1 year ago
Fix macOS 14 Sonoma non-native full screen background color

Non-native full screen's configured background color (default to black)
stopped working when bui...

github.com/macvim-dev/macvim - 3d73af4401c4098cba931ad8117329ed08e01895 authored over 1 year ago
Merge pull request #2 from macvim-dev/prerelease-whatsnew-page

Support pre-release builds in What's New page

github.com/macvim-dev/macvim-dev.github.io - 6a1513555086baa7f4e9b605ab414ddbc387408c authored over 1 year ago
Merge pull request #1446 from ychin/sparkle-2.5

Sparkle 2.5.1

github.com/macvim-dev/macvim - 784b26c931a2142b9551e81cd4f3c9dcea63d114 authored over 1 year ago
runtime(json5): Add new ftplugin (#13385)

Signed-off-by: Christian Brabandt <[email protected]>

github.com/macvim-dev/macvim - d5dc58aeed1b3e76527685d04906afd634d45949 authored over 1 year ago
patch 9.0.2053: zig filetype detection test wrong

Problem: zig filetype detection test wrong
Solution: Remove .zir pattern, add new test for .zon...

github.com/macvim-dev/macvim - a8c664a042707e293d887d5b90f944f6fd5c99aa authored over 1 year ago
patch 9.0.2052: win32: using deprecated wsock32 api

Problem: win32: using deprecated wsock32 api
Solution: Use winsock2 (ws2_32) consistently

win3...

github.com/macvim-dev/macvim - c6944913f0aa56cdfd9ad7464ab05d2815d9d815 authored over 1 year ago
patch 9.0.2051: Vim9: wrong error for non-existing object var

Problem: Vim9: wrong error for non-existing object var
Solution: mention object or class depend...

github.com/macvim-dev/macvim - 00b55370b3adfc386ab27154df5c51410a099910 authored over 1 year ago
runtime(zig): Update Zig runtime files (#13388)

Update runtime files from upstream (https://github.com/zig/zig.vim) at
commit 54c216e5306a5c387...

github.com/macvim-dev/macvim - e08bfef88bd05a9d27ee16c57cd10173e280f600 authored over 1 year ago
Remove mention of huntr.dev since they do no longer support us

They do no longer support us, since they are shifting away to AI/ML
projects only. So remove any...

github.com/macvim-dev/macvim - 198734897ead52f975d209bf2cd4f5c6f6ca200d authored over 1 year ago
Patch 9.0.2050v2: Missing change to version.c

Problem: v9.0.2050 missed the change to version.c
Solution: include the version.c change

Signe...

github.com/macvim-dev/macvim - ba75507c62b5aa84295968a9c15788667e95fa6a authored over 1 year ago
Sparkle 2.5.1

This version adds the ability to show release notes based on what the
current version is, so we ...

github.com/macvim-dev/macvim - ecb41ac7e327a9dd285f4df0444bb9c03c3d85f7 authored over 1 year ago
Support pre-release builds in What's New page

github.com/macvim-dev/macvim-dev.github.io - ad8d8dc91f253b3c75e2d6a1dca6473bdc377cf8 authored over 1 year ago
Allow showing pre-release in What's New page

github.com/macvim-dev/macvim - 1adcde6f68184224a9235598c6ad6fb305181d77 authored over 1 year ago
patch 9.0.2050: Vim9: crash with deferred function call and exception

Problem: Vim9: crash with deferred function call and exception
Solution: Save and restore excep...

github.com/macvim-dev/macvim - c59c1e0d88651a71ece7366e418f1253abbe2a28 authored over 1 year ago