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.1919: Wrong curswant when clicking on empty line or with vsplits

Problem: Wrong curswant when clicking on empty line or with vsplits.
Solution: Don't check for ...

github.com/macvim-dev/macvim - 03cd697d635f1b0e7ffe21cf8244a8fb755f2ddb authored over 1 year ago
patch 9.0.1918: No filetype detection for Authzed filetypes

Problem: No filetype detection for Authzed filetypes
Solution: Detect the *.zed file extension ...

github.com/macvim-dev/macvim - 5790a54166793554d16f6a85d8824632860b8b37 authored over 1 year ago
patch 9.0.1917: undefined behaviour with python function pointer

Problem: undefined behaviour with python function pointer
Solution: correctly cast function poi...

github.com/macvim-dev/macvim - d606fccf6fd716bda43a8e1d11d898f438d28b82 authored over 1 year ago
patch 9.0.1916: Crash when allocating large terminal screen

Problem: Crash when allocating large terminal screen
Solution: Don't allow values > 1000 for te...

github.com/macvim-dev/macvim - aa64ba1587d36de558f47519fa47c27e86c6e49a authored over 1 year ago
patch 9.0.1915: r_CTRL-C works differently in visual mode

Problem: r_CTRL-C works differently in visual mode
Solution: Make r_CTRL-C behave consistent in...

github.com/macvim-dev/macvim - 476733f3d06876c7ac105e064108c973a57984d3 authored over 1 year ago
patch 9.0.1914: Vim9: few issues when accessing object members

Problem: Vim9: few issues when accessing object members
Solution: When calling an object method...

github.com/macvim-dev/macvim - 1db151436541a3e64cdd5e3d9eb3ace1ce1e1ad0 authored over 1 year ago
patch 9.0.1913: if_python: undefined behaviour for function pointers

Problem: if_python: undefined behaviour for function pointers
Solution: Fix if_python undefined...

github.com/macvim-dev/macvim - 2ce070c27acd12ccc614afa4cecf4970a645a4af authored over 1 year ago
patch 9.0.1912: Cirrus-CI running out of credits

Problem: Cirrus-CI running out of credits
Solution: disable Cirrus-CI for now

We are running o...

github.com/macvim-dev/macvim - 6f00d17e8d64ed46c85625e8ac38ed0928b32c58 authored over 1 year ago
patch 9.0.1911: Vim9: segfault with null object and instanceof()

Problem: Vim9: segfault with null object and instanceof()
Solution: return early

closes: #1312...

github.com/macvim-dev/macvim - 3da696db6ac6103eb8f07cf7be23fa0e12c2419d authored over 1 year ago
runtime(doc): add help tag describing object-selection

closes: #13114

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

github.com/macvim-dev/macvim - 346ac1429c5afb23bace295106aea1b305443435 authored over 1 year ago
patch 9.0.1910: Mac OS X: missing sound support on older versions

Problem: Mac OS X: missing sound support on older versions
Solution: Check Macro MAC_OS_X_VERSI...

github.com/macvim-dev/macvim - 063c562a3715e9fce21b791ad4c8980b09b64a89 authored over 1 year ago
patch 9.0.1909: Vim9: problem calling class method from other class

Problem: Vim9: problem calling class method from other class
Solution: Fix this problem, fix re...

github.com/macvim-dev/macvim - 00cd18222ee1551c65228e9556c158624507fc7a authored over 1 year ago
patch 9.0.1908: undefined behaviour upper/lower function ptrs

Problem: undefined behaviour upper/lower function ptrs
Solution: Fix UBSAN error in regexp and ...

github.com/macvim-dev/macvim - d25021cf036c63d539f845a1ee05b03ea21d61ff authored over 1 year ago
runtime(netrw): fix filetype detection for remote editing files

closes: #12990
closes: #12992

this partially reverses commit 71badf9 by commenting out the line...

github.com/macvim-dev/macvim - d8b86c937a419db69239a8bb879f0050be0f8e1d authored over 1 year ago
runtime(kotlin): Add Kotlin runtime files (#13110)

Closes udalov/kotlin-vim#39

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

github.com/macvim-dev/macvim - e30d8e4ce01dc1aca95d25be9fd27c09855fd4be authored over 1 year ago
patch 9.0.1907: No support for liquidsoap filetypes

Problem: No support for liquidsoap filetypes
Solution: Add liquidsoap filetype detection code

...

github.com/macvim-dev/macvim - 6b5efcdd8e976d2ab2554b22c4220c5e88de4717 authored over 1 year ago
patch 9.0.1906: Vim9: Interfaces should not support class methods and variables

Problem: Vim9: Interfaces should not support class methods and
variables
Solution: Ma...

github.com/macvim-dev/macvim - 92d9ee5f4ca0d2de04c39afbafc7609da43fb2e9 authored over 1 year ago
patch 9.0.1905: FEAT_FLOAT no longer defined

Problem: FEAT_FLOAT no longer defined
Solution: Remove last existing FEAT_FLOAT ifdefs in
...

github.com/macvim-dev/macvim - 0483e49f90d85f5172f2050426913ac718f1c176 authored over 1 year ago
patch 9.0.1904: Cirrus-CI fails because we have used all credits

Problem: Cirrus-CI fails because we have used all credits
Solution: Remove FreeBSD 13.1 and Mac...

github.com/macvim-dev/macvim - e6059c321b384d35493b4f8038756585d6249357 authored over 1 year ago
doc(INSTALLpc): mention additional packages for msys2

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

github.com/macvim-dev/macvim - 177437cc6f2ebff6bd62a21a20ba963450377de0 authored over 1 year ago
patch 9.0.1903: CI fails because snd-dummy modules missing

Problem: Github Actions fails because snd-dummy modules missing
in current runner ima...

github.com/macvim-dev/macvim - a66feb5fb5c647df1009c90278f75dc438f81dc9 authored over 1 year ago
runtime(man): Man plugin does not respect 'gdefault'

Fix the issue introduced by #12557. `:substitute` commands in plugins
need to take into account ...

github.com/macvim-dev/macvim - 249a2088036fb77948f208050b9f7790bf3c11a8 authored over 1 year ago
patch 9.0.1902: Vim9: Coverity complains about dead code

Problem: Vim9: Coverity complains about dead code
Solution: Copy only object methods from the s...

github.com/macvim-dev/macvim - e2deb7e598687e6359009c509d14f8b85be5a13b authored over 1 year ago
patch 9.0.1901: win32: not correctly freeing environment

Problem: win32: not correctly freeing environment
Solution: After we call GetEnvironmentStrings...

github.com/macvim-dev/macvim - ad29f6af0a2edcd1c9e78d8defe86b2155937f7c authored over 1 year ago
patch 9.0.1900: Configure script uses non-portable == comparison

Problem: Configure script uses non-portable == comparison
Solution: Use the standard and portab...

github.com/macvim-dev/macvim - e7d79eb98a30c529cf53fb4852a71b9fd1336c41 authored over 1 year ago
Minor update to r178 release notes

github.com/macvim-dev/macvim-dev.github.io - be2fbc02ff139f24edd03b73e67f612f621fc1f7 authored over 1 year ago
Update r178 release notes (Add "Known issues")

github.com/macvim-dev/macvim-dev.github.io - 74b0f7215fa9c96f914de14e42be74b8f6d7ff60 authored over 1 year ago
patch 9.0.1899: potential buffer overflow in PBYTE macro

Problem: potential buffer overflow in PBYTE macro
Solution: Check returned memline length

clos...

github.com/macvim-dev/macvim - ffb13674d1af1c90beb229867ec989e4fb232df3 authored over 1 year ago
patch 9.0.1898: Vim9: restrict access to static vars

Problem: Vim9: restrict access to static vars and methods
Solution: Class members are accesible...

github.com/macvim-dev/macvim - c30a90d9b2c029f794cea502f6b824f71e4876dd authored over 1 year ago
runtime(vim): Highlight all :loadkeymap abbreviations in vim syntax (#13092)

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

github.com/macvim-dev/macvim - 35928ee8f80ea721e92bb856c8ecde2cced46bb9 authored over 1 year ago
runtime(forth): Fix :unlet error in ftplugin (#13090)

Fixes #13089.

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

github.com/macvim-dev/macvim - c1f8bb37c6a8e0babc2a41f16860763b57c23fa1 authored over 1 year ago
runtime(help): Updated documentation on editorconfig

Add a small section about the distributed Editorconfig plugin at :h
usr_05.txt just below the ma...

github.com/macvim-dev/macvim - 6ffcc58be32aa1b337bc839cfe173b68cfde7085 authored over 1 year ago
runtime(swayconfig): improve syntax highlighting (#13060)

* syntax(swayconfig): improved highlighting
* syntax(swayconfig): adapt to i3config structure
...

github.com/macvim-dev/macvim - 8b2457a3819826d90ad2b1677d213d9f924ec6c0 authored over 1 year ago
runtime(rust): sync rust runtime files with upstream (#13075)

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

github.com/macvim-dev/macvim - fc93594d562dbbd9da03c89754538f91efd0c7ca authored over 1 year ago
runtime(i3config): syntax structure cleanup (#13080)

* syntax(i3config): improved i3config highlighting
* syntax(i3config): refactor structure

Si...

github.com/macvim-dev/macvim - f5356bf6751fc1af77c8d27c7286639527fde3f2 authored over 1 year ago
Add the "What's New" page to sitemap

Doesn't hurt fot it to be indexed by search engines.

github.com/macvim-dev/macvim-dev.github.io - ad004f22c3e7b36d79fbfcdb42e167c21a87d27b authored over 1 year ago
MacVim r178

Updated to Vim 9.0.1897

Special Notes
====================

As some of you may have read, Bram ...

github.com/macvim-dev/macvim - ca76060647497049cd69af00ee4e6364e4edf374 authored over 1 year ago
Merge pull request from GHSA-9jgj-jfwg-99fv

Harden NSConnection security in handling third-party connections

github.com/macvim-dev/macvim - 399b43e9e1dbf656a1780e87344f4d3c875e4cda authored over 1 year ago
Merge pull request #1431 from ychin/update-credits-bram

Update Credits about current maintainers of Vim and MacVim

github.com/macvim-dev/macvim - 3927f58418d1cb523f4478cc4550122d3074a5ff authored over 1 year ago
Harden NSConnection security in handling third-party connections

Currently, MacVim uses Distributed Objects / NSConnection as the IPC
mechanism. The child Vim pr...

github.com/macvim-dev/macvim - 0380d81c3d2488bf0df9cfc1877005e1cdaa07bc authored over 1 year ago
Update Credits about current maintainers of Vim and MacVim

Point to the updated Vim Project maintainers, update some broken links,
and update copyright not...

github.com/macvim-dev/macvim - 0a2480bb8ab901c54902131cf2a84c1e1b01ad0b authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 64f4004edf268e0fc6c537ba32be1fda649d4f06 authored over 1 year ago
Merge pull request #1430 from ychin/install-runtime-properly

Install Vim runtime to the MacVim app bundle properly

github.com/macvim-dev/macvim - a340ddaae88a43a3d42b1200dc250335710a738e authored over 1 year ago
Install Vim runtime to the MacVim app bundle properly

Previously, MacVim's build process simply used an Xcode post-build
script to copy the runtime fo...

github.com/macvim-dev/macvim - 438c94e41cd40f2d6d6e91c6e7bd3d5e231472bb authored over 1 year ago
runtime(doc): documentation updates

This is a collection of various improvements to the help pages

closes #12790

Co-authored-by: H...

github.com/macvim-dev/macvim - 596ad66d1ddb742ef349e98eb06b8e4052f68f51 authored over 1 year ago
syntax(i3config): improved i3config highlighting (#13054)

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

github.com/macvim-dev/macvim - 62145db91b104075277cb3a940e18832ad106264 authored over 1 year ago
patch 9.0.1897: Vim9: confusing error with .= in compiled functions

Problem: Vim9: confusing error with .= in compiled functions
Solution: Check in error condition...

github.com/macvim-dev/macvim - 504543f98be2ddb6d49ea2f7e996112868fc54ed authored over 1 year ago
patch 9.0.1896: "below" virtual text doesn't work with 'rightleft'

Problem: "below" virtual text doesn't work with 'rightleft'.
Solution: Use column from right bo...

github.com/macvim-dev/macvim - 6b9c2025496e415856ad70b819de83a48267c582 authored over 1 year ago
patch 9.0.1895: Vim9: finding object method/member is inefficient

Problem: Vim9: finding method/member is inefficient
Solution: Use lookups

closes: #13073

Sign...

github.com/macvim-dev/macvim - 4d00b835c49ffc5c416b65ca466d6ad695cbd3d2 authored over 1 year ago
runtime(doc): Add g:c_syntax_for_h to filetype-overrule docs

closes: #13074

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

github.com/macvim-dev/macvim - f787ee8451a1f24de4ef3de48b78d5aa77d09829 authored over 1 year ago
CI: Bump actions/checkout from 3 to 4 (#13072)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

github.com/macvim-dev/macvim - 213c32318419dd656ab637a9cecad591b0ae4d78 authored over 1 year ago
Merge pull request #1429 from ychin/gui_macvim_warnings_fix

Fix gui_macvim.m compiler warnings

github.com/macvim-dev/macvim - ad0449528a10ec05142d2971f68ab918d40cf7a8 authored over 1 year ago
Fix gui_macvim.m compiler warnings

github.com/macvim-dev/macvim - f1be7fded4c5fc95525a25c4234a272b371fa85c authored over 1 year ago
patch 9.0.1894: CI: trailing whitespace in tests

Problem: CI: trailing white space in tests
Solution: clean up the trailing white space

Signed-...

github.com/macvim-dev/macvim - e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e authored over 1 year ago
patch 9.0.1893: CI: strptime test fails on BSD14

Problem: CI: strptime test fails on BSD14
Solution: Skip the test

Signed-off-by: Christian Bra...

github.com/macvim-dev/macvim - 983d808674f998eaea12b302028de45f1c6857cd authored over 1 year ago
patch 9.0.1892: CI: no FreeBSD 14 support

Problem: CI: no FreeBSD 14 support
Solution: Drop support for FreeBSD 12, add FreeBSD 14

close...

github.com/macvim-dev/macvim - 24a95f42b8469944a1e74838438ac8f1d86f9450 authored over 1 year ago
runtime(masm): add support for AVX-2 and AVX-512 (#13061)

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

github.com/macvim-dev/macvim - e7833e73471a110c7c38c80935e1b840f254a3da authored over 1 year ago
patch 9.0.1891: No runtime support for Mojo

Problem: No runtime support for Mojo
Solution: Add basic filetype and syntax plugins

closes: #...

github.com/macvim-dev/macvim - 0ce2c594d0704f27a16d2c13fce85d596cc91489 authored over 1 year ago
patch 9.0.1890: Vim9: lookup code for class/object repaeated

Problem: Vim9: lookup code for class/object repaeated
Solution: Refactor and make use of lookup...

github.com/macvim-dev/macvim - f36bbcd402c6ee5a27bcab3b20b6362ab93b8898 authored over 1 year ago
runtime(scala): Fix Scala highlighting string literal as type param (#13070)

Since https://docs.scala-lang.org/sips/42.type.html which is implemented
in Scala 2.13 and in S...

github.com/macvim-dev/macvim - 066103307534f81de08a092aac3a15e864a5a25f authored over 1 year ago
patch 9.0.1889: Vim9 static tests fail

Problem: Vim9 static tests fail
Solution: Fix tests, make CI happy ;)

closes: #13064

Signed-o...

github.com/macvim-dev/macvim - 0405405536f06a3bf384757be4affa9c1a07bdcd authored over 1 year ago
Merge pull request #1428 from ychin/python3-stable-abi-search-path

Use Python 3 stable ABI to build MacVim, and better Python discovery

github.com/macvim-dev/macvim - ef2cacd44f345d4bae27fee50d1d956e4c2d22ef authored over 1 year ago
Use Python 3 stable ABI to build MacVim, and better Python discovery

Vim added support for using Python 3 stable ABI in 9.0.1776, which
allows us to safely load Pyth...

github.com/macvim-dev/macvim - b4106e4724608e6e4c08391cae0ff7141b7ee90c authored over 1 year ago
Squashed 'vimhelp/' changes from ee82db4..ba25e9b

ba25e9b Fix
a683783 Fix
2890c05 Upd. deps, switch to pyproject.toml + ruff, fixes
1baaf44 Add ta...

github.com/macvim-dev/docs - 1e222044ef62db312fb086506dd6e23a384bd556 authored over 1 year ago
Merge subtree 'vimhelp' from 'vimhelp/master'

github.com/macvim-dev/docs - 9acd7fe46bbffe454ce7796dedba850089b8139a authored over 1 year ago
Merge pull request #1427 from ychin/fix-nsconnection-shutdown-issues

Fix Vim crashing when querying serverlist when quitting

github.com/macvim-dev/macvim - 95366b502e11c27f26d642fda834a3cbd3df73a5 authored over 1 year ago
Merge pull request #1426 from ychin/check-vimtags-in-ci

CI: Check that Vim help tags in runtime folder are correct

github.com/macvim-dev/macvim - 7b8a8035283640313bf9d1c914ea05001b15d3db authored over 1 year ago
CI: Check that Vim help tags in runtime folder are correct

Previously, Vim didn't always have up-to-date help tags. As a result, we
just manually generate ...

github.com/macvim-dev/macvim - a356c9bbc15f5e7659246642eeb7489a050b7690 authored over 1 year ago
runtime(nasm): updated syntax file

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

github.com/macvim-dev/macvim - 733bbcde776e857b45bf4c713a3c9203ac728040 authored over 1 year ago
patch 9.0.1888: Vim9: Problem trying to invoke class method

Problem: Vim9: Problem trying to invoke class method
Solution: Lookup the class method insider ...

github.com/macvim-dev/macvim - 342f4f626ed56921b1ef145ccaa05ba0a4b8ac01 authored over 1 year ago
patch 9.0.1887: Vim9: class members are accessible via object

Problem: Vim9: class members are accessible via object
Solution: Disable class member variable ...

github.com/macvim-dev/macvim - 23c92d93c1b877edf18881b715ad51ec26386c2e authored over 1 year ago
patch 9.0.1886: Various Typos

Problem: Various Typos
Solution: Fix Typos

This is a collection of typo related commits.

clos...

github.com/macvim-dev/macvim - ee17b6f70d382ec6c5d8d27b56c4e84106ac8c55 authored over 1 year ago
Fix Vim crashing when querying serverlist when quitting

Currently, when quitting MacVim using Cmd-Q, if an autocmd queries
serverlist() during shutdown ...

github.com/macvim-dev/macvim - f4e6078d3d6906002a8dd2b6a6bea9a5b02b6949 authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - a26996d1095b9e128838b9cbca989d8c3018f71c authored over 1 year ago
patch 9.0.1885: Vim9: no support for abstract methods

Problem: Vim9: no support for abstract methods
Solution: Add support for defining abstract meth...

github.com/macvim-dev/macvim - 7bcd25cad3e9d5c9e25c7ae2bde67285c26f73cd authored over 1 year ago
runtime(tohtml): Update TOhtml to version 9.0v2 (#13050)

Modified behavior:
- Change default value of g:html_use_input_for_pc from "fallback" to
...

github.com/macvim-dev/macvim - 86cfb39030eb557e1a1c7804f9c147556ca5dbf1 authored over 1 year ago
patch 9.0.1884: Wrong order of arguments for error messages

Problem: Wrong order of arguments for error messages
Solution: Reverse order or arguments for e...

github.com/macvim-dev/macvim - 1bd2cb11694690a77e4141bce2e34d9dfb882f1c authored over 1 year ago
runtime(perl): Update ftplugin and indent files (#13052)

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

github.com/macvim-dev/macvim - 4e554d282c50e428932df5fff9917f8a836f7782 authored over 1 year ago
patch 9.0.1883: Vim9: Calling an interface method using a child object fails

Problem: Vim9: Calling an interface method using a child object fails
Solution: Search methods ...

github.com/macvim-dev/macvim - cc0bcf4c9f4133750f5ee99c685ba995a1b840fd authored over 1 year ago
patch 9.0.1882: Trailing white space in tests

Problem: Trailing white space in tests
Solution: Delete it

This causes test_codestyle to fail,...

github.com/macvim-dev/macvim - da200c2f78ef3c91557a2b484d284eb0c1c62776 authored over 1 year ago
patch 9.0.1881: Test_crash fails on Mac

Problem: Test_crash fails on Mac
Solution: Skip test on Mac

Signed-off-by: Christian Brabandt ...

github.com/macvim-dev/macvim - 5856b07795dff69e3bac57deb5033b5839c1dfb8 authored over 1 year ago
patch 9.0.1880: Vim9: Need more tests for inheritance

Problem: Vim9: Need more tests for inheritance
Solution: Add access tests and fixes.

`inside_c...

github.com/macvim-dev/macvim - cf138d4ea5b7e4495abbc867f9bb8a6be6482762 authored over 1 year ago
runtime: don't execute external commands when loading ftplugins

This is a followup to 816fbcc262687b81fc46f82f7bbeb1453addfe0c (patch
9.0.1833: [security] runti...

github.com/macvim-dev/macvim - f7ac0ef5098856bedca26e7073594a407c05636f authored over 1 year ago
patch 9.0.1879: Vim9: incorrect duplicate class member detection

Problem: Vim9: incorrect duplicate class member detection
Solution: Incorrect duplicate class m...

github.com/macvim-dev/macvim - 1689e847ff3b43723c247be36d84f03fce2a66d6 authored over 1 year ago
patch 9.0.1878: tests running sh have problems

Problem: tests running sh have problems
Solution: Check that dash is installed

closes: #13040
...

github.com/macvim-dev/macvim - 1690ec64ffd784cddddb937870f5891adbb21986 authored over 1 year ago
patch 9.0.1877: missing test for patch 9.0.1873

Problem: missing test for patch 9.0.1873
Solution: add a test trying to exchange windows

Add a...

github.com/macvim-dev/macvim - 18d2709aa12ffa3f6ae1a13059990558c5f8e406 authored over 1 year ago
runtime(doc): update help tags file

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

github.com/macvim-dev/macvim - 11d2aeeca4cf191b3f25b36603dcd32167eac8a0 authored over 1 year ago
runtime(ftplugin): allow to exec if curdir is in PATH

In case the current directory is present as valid $PATH entry, it is OK
to call the program from...

github.com/macvim-dev/macvim - 67c951df4c95981c716eeedb1b102d9668549e65 authored over 1 year ago
Filelist: Add missing directory `crash` (#13036)

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

github.com/macvim-dev/macvim - 9b04c503197af07dad3c4fe4348acd9150f3a715 authored over 1 year ago
patch 9.0.1876: Vim9: parsing commands with newlines wrong

Problem: Vim9: parsing commands with newlines wrong
Solution: Accept a '\n' for parsing lists a...

github.com/macvim-dev/macvim - 00cb247465856eaa546c520b65cf0ccc753ee1cd authored over 1 year ago
patch 9.0.1875: Vim9: improve test for disassemble + static

Problem: Vim9: improve test for disassemble + static
Solution: Add a Vim9 script disassemble te...

github.com/macvim-dev/macvim - 28a60f898d5cd7023596b0e96a081b1573edc807 authored over 1 year ago
patch 9.0.1874: CI may fail in test_recover_empty_swap

Problem: CI may fail in test_recover_empty_swap
Solution: Set directory option

Fix failing Tes...

github.com/macvim-dev/macvim - 1c7397f3f1e168541f88bb1bbd93a9f0b1235852 authored over 1 year ago
patch 9.0.1873: [security] heap-buffer-overflow in vim_regsub_both

Problem: heap-buffer-overflow in vim_regsub_both
Solution: Disallow exchanging windows when tex...

github.com/macvim-dev/macvim - f6d28fe2c95c678cc3202cc5dc825a3fcc709e93 authored over 1 year ago
patch 9.0.1872: CI: test_crash() fails on CI

Problem: CI: test_crash() fails on CI
Solution: Skip test on BSD

Signed-off-by: Christian Brab...

github.com/macvim-dev/macvim - d2a08ba0fa4a25f31cee9d9f33b0aa8237227387 authored over 1 year ago
patch 9.0.1871: Github CI does not run i386 job

Problem: Github CI does not run i386 job
Solution: Add a i386 architecture

Add CI testing for ...

github.com/macvim-dev/macvim - a4245a10eacac614dc833a2721cd7c0376627ec8 authored over 1 year ago
patch 9.0.1870: Vim9: disassamble does not show static

Problem: Vim9: disassamble does not show static
Solution: Show static flag

Fix disassemble for...

github.com/macvim-dev/macvim - 00df69e62b2233d758f8c988794d66d53e887260 authored over 1 year ago
runtime(menu): Fix "Open &Tab..." CJK translations to have shortcut key (#13031)

Previous PR (#12993) fixed localization files to point to "Open &Tab..."
but they didn't add th...

github.com/macvim-dev/macvim - c2a37013bd3c748e0e4adcbb5a505b8a4dde20c7 authored over 1 year ago
patch 9.0.1869: Coverity warns about unitialized var

Problem: Coverity warns about unitialized var
Solution: initialize it

closes: #13029

Signed-o...

github.com/macvim-dev/macvim - 86eda0780590ea8cac49e2aa3bd50245329d3579 authored over 1 year ago
Merge pull request #1424 from macvim-dev/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4

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