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
See https://github.com/vim/vim/pull/13271#discussion_r1347279686 and
https://github.com/NoahThe...
Problem: CI: codecov is intrusive
Solution: disable codecov comments
The codecov report is inc...
github.com/macvim-dev/macvim - 9a00e7c7cfbc2bf7896962d729ccece46e728635 authored over 1 year agoFix warning build failures, fix README GitHub Action badge
github.com/macvim-dev/macvim - efd97fddd3af205b4db7986fc0ba2edb58507ec7 authored over 1 year ago
Upstream Vim has added strict-prototypes and missing-prototypes warnings
to CI, which is useful ...
Problem: CI: Test_open_delay*() fails on FreeBSD 14
Solution: Skip it on BSD
Signed-off-by: Ch...
github.com/macvim-dev/macvim - 85ff0c1912f6d94ed94a6112517e96f64801ba56 authored over 1 year ago
Problem: Scrolling non-current window using mouse is inconsistent
depending on 'scrol...
closes: #13215
closes: #13082
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 4dbb2669e9ed9ec6864705dcb569715e417e1303 authored over 1 year ago
Problem: vim9: clean up from v9.0.1955
Solution: Fix a few remaining issues, improve error mess...
Problem: Cannot scroll up in diff mode with many filler lines and zero
'scrolloff'.
S...
Problem: win32: issues with stable python ABI
Solution: if_python3,win32: Fix Python3 stable AB...
Problem: Cirrus CI disabled
Solution: re-enable Cirrus CI
Ref patch 9.0.1912:
> Perhaps at th...
github.com/macvim-dev/macvim - 317468aaceb48e136ed7e3fa6d233345fd5360c6 authored over 1 year ago
Problem: No filetype detection for just files
Solution: Detect just files (*.just, justfile, et...
Problem: Vim9: object members can change type
Solution: Check type during assignment to object/...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - b9a974df9e22c7b56d8faac3246fb5f80a9351d4 authored over 1 year agoalso regenerate the xxd.man document page.
fixes: #13257
Signed-off-by: Christian Brabandt <cb...
github.com/macvim-dev/macvim - b74ebfc6bf343ed825b111157261a8d99da6d670 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - b043ff34c1e475a90a5142eabaf1db74ab7ebb98 authored over 1 year agogithub.com/macvim-dev/macvim - c88f7684828d3a247f593420ff45ca9b34fe536f authored over 1 year ago
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 2dfc22908e432f63d200e1fc4f024645c87b8bf3 authored over 1 year ago
Problem: style: space before tab in optionstr.c
Solution: remove the space
Signed-off-by: Chri...
github.com/macvim-dev/macvim - 3f168ec8ae8fa2609d87d2f65f0de7227066b57a authored over 1 year ago
Problem: xattr: permission-denied errors on write
Solution: ignore those errors
closes: #13246...
github.com/macvim-dev/macvim - 993b17569b5acffe2d8941d1709a55da4e439755 authored over 1 year ago
* Updated to Vim 9.0.1968. Several refinements and corrections
* typo fixed
Co-authored-by: ...
github.com/macvim-dev/macvim - 12a0d999b140cb5bf08bf9f416f2bc9bb8a12fc9 authored over 1 year agocloses: #13240
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - cd39b69b0200005622db7291bbacff95bd03a3d0 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 authored over 1 year ago
* Fix typo in document (Related: #12516)
* Fix E1363 duplication
* Fix one more typo.
Signe...
github.com/macvim-dev/macvim - ba77bbb5c775663a8b55871f753d7b1b570bb9ba authored over 1 year ago
Problem: vim9: using contra-variant type-checks (after v9.0.1959)
Solution: Use invariant type ...
Problem: Clean up cmdline option completion code
Solution: Fix various minor problems
- Fix ma...
github.com/macvim-dev/macvim - 6d113472601fa6f3a444a95ef7b11d4309215117 authored over 1 year ago
Problem: win32: missing '**' expansion test (after v9.0.1947)
Solution: Add test for MS-Windows...
Problem: macOS: FEAT_SOUND guard too restrictive
Solution: check for older macOS support proper...
Problem: win32: high-dpi support can be improved
Solution: implement WM_GETDPISCALEDSIZE
win32...
github.com/macvim-dev/macvim - 7086b3e76a81cf87592077d54e0ef46a60006c2c authored over 1 year ago
Problem: buffer-overflow in trunc_string()
Solution: Add NULL at end of buffer
Currently trunc...
github.com/macvim-dev/macvim - 3bd7fa12e146c6051490d048a4acbfba974eeb04 authored over 1 year ago
Problem: cmdline completion should consider key option
Solution: Disable cmdline completion for...
Problem: xattr errors not translated
Solution: mark for translation, consistently capitalize
...
Problem: configure prints stray 6 when checking libruby
Solution: redirect stdout to dev/null
...
github.com/macvim-dev/macvim - e379e21ddc2dc12abea9dcfd0708e27788bb568c authored over 1 year ago
Problem: wrong auto/configure script
Solution: regenerate with autoconf 2.71
configure: sys/xa...
github.com/macvim-dev/macvim - 8c358e024fbc11895efec4b3e0e3777a6b88eba7 authored over 1 year ago
Problem: xattr support fails to build on MacOS X
Solution: Disable xattr support for MacOS X
M...
github.com/macvim-dev/macvim - a4dfbfed89e26a766e30cca62c18e710eec81c3f authored over 1 year ago
Problem: Configure script may not detect xattr correctly
Solution: include sys/xattr instead of...
Problem: No support for writing extended attributes
Solution: Add extended attribute support fo...
Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "...
Problem: Make CI checks more strict
Solution: Add -Wstrict-prototypes -Wmissing-prototypes to C...
CI: Update to Xcode 15 / macOS 13 in GitHub runner
github.com/macvim-dev/macvim - 9084c14c894b0a76bb65e3f3291f6bbc87909f88 authored over 1 year ago
Python2
- Python2 is no longer installed in the new GitHub hosted runners
(macos-13) and so we...
github.com/macvim-dev/macvim - d41f3454e392bb068dc2aade6cd78187bab8638b authored over 1 year ago
The ifdef check used in upstream Vim is too tight. Disable it for now.
See vim/vim#13115
github.com/macvim-dev/macvim - c83901abdfccaf364d1d9b0218535d5508ffac71 authored over 1 year ago
Problem: Vim9: methods parameters and types are covariant
Solution: Support contra-variant type...
Problem: cannot complete option values
Solution: Add completion functions for several options
...
github.com/macvim-dev/macvim - 900894b09a95398dfc75599e9f0aa2ea25723384 authored over 1 year ago
Problem: termcap options should change on keyprotocol setting
Solution: Apply termcap entries w...
Problem: Custom cmdline completion skips original cmdline when pressing
Ctrl-P at fir...
Problem: Vim9: lockvar issues with objects/classes
Solution: fix `get_lhs()` object/class acces...
Problem: CI: change netrw label in labeller bot
Solution: Rename it to 'plugin-netrw'
closes: ...
github.com/macvim-dev/macvim - 112431f21762bdcb3ee4ce2d7d8f91da07f3bf71 authored over 1 year ago
Problem: Misplaced comment in errors.h
Solution: Move it up
closes: #13218
Signed-off-by: Chr...
github.com/macvim-dev/macvim - 789b8854d2f9f92089047665d52d08769f29c927 authored over 1 year ago
Problem: Vim9: unused static field
Solution: remove it and simplify code
closes: #13220
Signe...
github.com/macvim-dev/macvim - 5a05d374d30577ee195e87e7929062ab1a0a076a authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 02902b547bdb3ba480a52c90dce742201241f224 authored over 1 year ago
Problem: Vim9: hard to debug vim9_class errors from CI
Solution: Include the line number in ass...
Problem: Vim9: error codes spread out
Solution: group them together and reserve 100
m...
Problem: Vim9: allows reserved keywords as members
Solution: Disallow reserved keywords, disall...
Problem: Vim9: object variable "this." should only be used in
constructor
Solution: D...
Problem: Bash Expansion test fails on Windows/MacOS
Solution: Disable Test_glob_extended_bash f...
Commit f6fc255e8d9c46a0e51e (v9.0.1834) updated xxd.1 but the xxd.man
page wasn't re-generated. ...
Problem: filename expansion using ** in bash may fail
Solution: Try to enable the globstar sett...
Problem: Vim9: missing support for ro-vars in interface
Solution: Support only read-only object...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 5277cfaf8afe847b7d4dcde6057fbecb001ab64e authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 54f70cf0780a797efaf0ff9fd4190215a3ff0eb7 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 02774f99cebcb890d3861febc1d03e75c02cc92d authored over 1 year agoftplugin/rmd.vim:
- Set 'commentstring' dynamically according to code region.
syntax/rmd...
github.com/macvim-dev/macvim - 34745942390383ec626b168e9837d284622c7bbe authored over 1 year ago
Problem: Vim9: function instruction pointer invalidated
Solution: Use the funcref index instead...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 91adcbdcc1862b0ef7ece4df5bc642d70ca61e56 authored over 1 year ago
Problem: CI not run with clang-17
Solution: Update CI to use clang-17
closes: #12745
Signed-o...
github.com/macvim-dev/macvim - f109bf93c9402e4e3122a7ae7846e6feae4fa222 authored over 1 year ago
Problem: Vim9: execution stack invalidated with null object
Solution: Check for a null object b...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 54e1f56cf2a5f74ee11baba170afff867e5d9f99 authored over 1 year agogithub.com/macvim-dev/macvim - 4c7c622e7359d4c308b9c3ee0cfa8b182d110cf9 authored over 1 year ago
Problem: Memory leak detected (after 9.0.1928)
Solution: Free arg_objm in get_lambda_tv()
clos...
github.com/macvim-dev/macvim - 3aa114463f0219eba2e9fe0517067be9fcaf8248 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - e1b95f525297abdc94dbebc4b79ed14aeb029511 authored over 1 year ago
Problem: wrong upstream version in libvterm README
Solution: correct version to 839
related: #...
github.com/macvim-dev/macvim - ec8deb092cd645fcc5c3bd3117f61c9bd47f5b03 authored over 1 year ago
Problem: still a problem when processing LSP RPC requests
Solution: When processing async LSP R...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - ceffca683ba986065e583d02e7ace964efdb256e authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - c3b315f496933201c0b5dc2382d7fc782d32e4f9 authored over 1 year ago
Problem: multispace wrong when scrolling horizontally
Solution: Update position in "multispace"...
Problem: missing test for mouse click + 'virtedit'
Solution: Add test for clicking after eol wi...
Problem: test: using wrong expected message in test_crypt
Solution: make use of single quotes
...
github.com/macvim-dev/macvim - e6fca0e82216c753793a85979926b9a28da7e842 authored over 1 year ago
Problem: Vim9: not consistent error messages
Solution: Make error messages more consistent. Use...
Problem: :bwipe fails after switching window from aucmd_win.
Solution: Decrement b_nwindows aft...
Problem: Can change the type of a v: variable using if_lua.
Solution: Add additional handling o...
Problem: Vim9: error when using null object constructor
Solution: Check for a null object only ...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 960822a11f70d2ed7e78b42fb6b75a9f8839ec9f authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 7c948644fbd62d5065e2328e8fbe0b508db58ac0 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 790f9a890ceeb9539776265cba0f026fb2c96790 authored over 1 year ago
Problem: make test_compilers fails on ubuntu
Solution: set LC_ALL=C
fix: make test_compiler fa...
github.com/macvim-dev/macvim - ca0ffc0d63727850c520a80929698e4c199b17f4 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 8ffcb47a43c48d9701bb7a91b565d88aefba1d34 authored over 1 year ago
Problem: compiler warnings with clang-17
Solution: Fix function prototypes and function pointer...
Problem: runtime tests fail with tiny vim
Solution: check for tiny vim, run runtime tests in CI...
Problem: Vim9: constructor type checking bug
Solution: Fix class constructor regression
closes...
github.com/macvim-dev/macvim - b895b0fabce7d952a6617eb69fc1e1597ece8b00 authored over 1 year ago
Problem: patch 1916 (fixed terminal size) not optimal
Solution: Add defines to make it easier c...
Problem: Vim9: not enough info in error message
Solution: Add class name, change member to vari...
Problem: if_python: still undefined behaviour with function pointer
Solution: fix remaining pro...
Problem: LSP server message still wrongly handled (after 9.0.1922)
Solution: Handle 'method' me...
Problem: curswant wrong on click with 've' and 'wrap' set
Solution: Add w_leftcol to mouse clic...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - a7aba6ca5033a85839d997d29d5ca88a1f2acf8f authored over 1 year ago
Problem: LSP server request message is misinterpreted as a response message
Solution: Check tha...
Problem: not possible to use the jumplist like a stack
Solution: Add the 'jumpoptions' setting ...
Problem: Vim9: cannot write public var in nested object
Solution: Write variable in nested read...