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
Problem: No type checking in interfaces
Solution: Implement member type check in vim9 interfaces...
github.com/macvim-dev/macvim - 56bafd7a6a79203b86f7165a7bbac5730c170f64 authored over 1 year ago
Problem: segfault when reading invalid viminfo file
Solution: Check the expected type in the vim...
Problem: leftover files in libvterm
Solution: Fix cleaning of libvterm directory
Delete the lib...
github.com/macvim-dev/macvim - 38ab19e00f378eeead3baf95ee24b9665c76b350 authored over 1 year ago
Problem: Duplicate code to reverse a string
Solution: Move reverse_text() to strings.c and remo...
Problem: Calling a base class method through an extended class fails
Solution: Create lookup tab...
Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: Antonio Giovanni Colombo <azc1...
Problem: Github Actions times out after 20 minutes
Solution: Increase the timeout to 25 minutes
...
Adding TODO, XXX, FIXME to Haskell syntax file #8054
github.com/macvim-dev/macvim - 817db406bb12b9fd5df25d4cda392b515d44ee05 authored over 1 year agoRecognize some newer DNS record types - CAA (RFC8659, certificate authority authorization), OPEN...
github.com/macvim-dev/macvim - 442d1746f4c650e2e41246fd5679f635a4a30232 authored over 1 year ago* Keyword 'of' in for...of statement.
* Keyword 'yield' for generator function.
github.com/macvim-dev/macvim - a5988f582e482150023862052d41e5215253a3de authored over 1 year ago
Problem: Rename completion specific findex var
Solution: Move "findex" static variable to xp_sel...
Problem: :runtime completion fails for multiple args
Solution: Make it work
closes: #12616
Sig...
github.com/macvim-dev/macvim - be5cdd1d634c2dfc7e415499fb18f4d246a8721c authored over 1 year ago
Problem: CI: cannot cache linux-modules-extra
Solution: Enable caching and reduce failed downloa...
Problem: vimexpr: shadowing variable
Solution: Rename local variable
Signed-off-by: Christian B...
github.com/macvim-dev/macvim - d5475e8d8dc250f19043b730c10a01b06f1c8040 authored over 1 year ago
Problem: blockwise Visual highlight not working with virtual text
Solution: Reset the correct va...
Manual pages requested for output may undergo formatting
arranged by some roff-descendant progr...
Functions col and cursor count each tab (0x9) as a byte, and
are complementary. On the other ha...
Problem: passing multiple patterns to runtime not working
Solution: prepend prefix to each argum...
Problem: screenpos() wrong result with w_skipcol and cpoptions+=n
Solution: Use adjust_plin...
Problem: missing winid argument for virtcol()
Solution: Add a {winid} argument to virtcol()
Oth...
github.com/macvim-dev/macvim - 825cf813fa0fddf085fcbd3194781e875320ff63 authored over 1 year ago
Problem: minor problems with the teapot()
Solution: remove the null check, update documentation
...
Problem: incorrect heights in win_size_restore()
Solution: avoid restoring incorrect heights in ...
Problem: Wrong cursor position when clicking after concealed text
with 'virtualed...
Problem: vim9class constructor argument type checking bug
Solution: fix it
closes: #12816
Sign...
github.com/macvim-dev/macvim - 2261c89a49ff2115e1ccc9ab9211e9f0d5a37578 authored over 1 year agogithub.com/macvim-dev/macvim - 5a0dd71ed914158ed21576516519e43f1e64bb78 authored over 1 year ago
github.com/macvim-dev/macvim - bfc461f756c9b933ea6c5d776244667b6b1a84ef authored over 1 year ago
Problem: Fix regression in {func} argument of reduce()
Solution: pass function name as string ag...
Problem: wrong error messages when passing wrong types to count()
Solution: fix it
This fixes t...
github.com/macvim-dev/macvim - 4f389e7c0fe7dfeccfa512a72fa36f9028d57159 authored over 1 year ago
Problem: Build failure on Windows with dynamic lua (after 9.0.1719)
Solution: move definition fu...
Problem: Vim9 class using wrong index for overridden method
Solution: Use correct index for over...
github.com/macvim-dev/macvim - 20b33b56ad5d92c1c11e0859dc9333166625e0ad authored over 1 year ago
github.com/macvim-dev/macvim - cf8cde2e5a3bee4f33e39e354945bab367f5eb7c authored over 1 year ago
Problem: if_lua: crash for Lua functions invoked via Vim callbacks
Solution: Use Lua registry ra...
Problem: dict-completion does not respect region
Solution: respect selected region in dict compl...
Co-authored-by: RestorerZ <[email protected]>
github.com/macvim-dev/macvim - 636d32b327309f453e5cdfe75bbe7ad14550093a authored over 1 year ago
Nothing complicated, just lots of tedium keeping the lines wrapped at
reasonable lengths.
Several small improvements including better discrimination of "real" used as a type and as an in...
github.com/macvim-dev/macvim - 4868f637b84a18fd162db6eff6d716bf22595fd0 authored over 1 year ago
Problem: virtcol2col returns last byte of a multi-byte char
Solution: Make it return the first b...
Problem: Windows build with python 3.12 and clang fails
Solution: Remove the PyBool_Type functio...
Problem: duplicate test in message_test.c
Solution: Remove duplicate test and make functions sta...
Problem: getcompletion() "cmdline" fails after :autocmd
Solution: Use set_cmd_context() instead...
Problem: Github CI fails to load snd-dummy kernel module
Solution: Make installation of linux-mo...
Problem: missing null check in object_clear()
Solution: Add null check of cl
closes: #12627
Si...
github.com/macvim-dev/macvim - 5b0889b8bf25b0793b1949ec965c94b623900aba authored over 1 year ago
Problem: dead code in charset.c
Solution: remove it
linetabsize_col() calls init_chartabsize_ar...
github.com/macvim-dev/macvim - d3515a1e88cf25c1d5eae8faa965b587a124e687 authored over 1 year ago
Problem: sidescrolloff and scrolloff options work slightly
different than other global-...
Problem: dynamic build with python 3.12 breaks
Solution: if_python3.c: Fix building dynamic Pyth...
Problem: getcompletion() failes for user-defined commands
Solution: set context for completion f...
Problem: Cannot wrap around in popup_filter_menu()
Solution: Allow to wrap around by default
Cu...
github.com/macvim-dev/macvim - badeedd913d9d6456ad8087911d024fd36800743 authored over 1 year ago
Problem: typos in the xxd manpage
Solution: Fix typos and formatting
closes: #12645
Signed-off...
github.com/macvim-dev/macvim - 02551c9de0895dbe9105bd577e59c1fdde44355a authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 96d6c4aabed15266bc4acfa66f9b35c2820dfa59 authored over 1 year ago
Problem: cursor position wrong when clicking on an unprintable char
Solution: Don't update prev...
Problem: Cannot use positional arguments for printf()
Solution: Support positional arguments in ...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 1688938dd5ac78ab67e54299b9d5b93499dba762 authored over 1 year ago
Problem: Vim9 Calling a method in an extended class fails
Solution: use method index directly
c...
github.com/macvim-dev/macvim - 74cc13cc402fa4df9033fbbc0643b1b403525950 authored over 1 year ago
Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: ObserverOfTime <chronobserver@...
* Dedicate upcoming Vim 9.1 to Bram
Also replace in a few more places Brams email address and...
github.com/macvim-dev/macvim - e978b4534a5e10471108259118c0ef791106fd92 authored over 1 year ago
Problem: Undo test is flaky.
Solution: Apply filter and change time to "1 second ago" in both d...
github.com/macvim-dev/macvim - 2f339aad6c80e82d7c1237b402392065857174d4 authored over 1 year ago
- Add 'ExternalSize:' parameter
- Add 'setntfscompression' files flag
- Fix escaped left brace...
Problem: vim9 crash when class member overridden
Solution: Use method_count field instead
close...
github.com/macvim-dev/macvim - 57a02ccf4c75a6abb270194c90be926d5221b3ce authored over 1 year ago
Problem: Cannot compile with dynamic perl < 5.38 (after 9.0.1681)
Solution: Fix if_perl/dyn from...
Problem: compile warning for xdiff/xutils on MS-Windows
Solution: add explicit type cast from si...
Problem: Test_map_restore_sid fails in GUI
Solution: Feed an unsimplified Ctrl-B
closes: #12770...
github.com/macvim-dev/macvim - 7fe108990423535fa7cb804deae49d64831e25a9 authored over 1 year ago
Problem: incsearch test not sufficient (after 9.0.1691)
Solution: add an additional test
Signed...
github.com/macvim-dev/macvim - 73b8209266f0cd5c6d4df77b3700172d9c26df31 authored over 1 year ago
Problem: sodium_mlock may still fail in CI
Solution: Catch E1230 in testscript and skip test
Si...
github.com/macvim-dev/macvim - 8878653a441764c0e234c5d7af99a2b3a823bb9b authored over 1 year ago
Problem: Crash with overlong textprop above
Solution: Consider only positive padding
closes: #1...
github.com/macvim-dev/macvim - f1cc4d55b9ed3335985512fb9fedf31cc4bb65a0 authored over 1 year ago
Problem: wrong mapping applied when replaying a char search
Solution: Store a NOP after the ESC
...
Problem: Ctrl-Q not handled like Ctrl-V in replace mode
Solution: Handle Ctrl-Q like Ctrl-V
clo...
github.com/macvim-dev/macvim - 2d63e4b3ccc0bb34db21a3c1d024cb114f8c4071 authored over 1 year ago
Problem: Android not handling AI_V4MAPPED ai_flag
Solution: don't set AI_V4MAPPED flag when on A...
Problem: wrong viewport restored for incsearch and smoothscroll
Solution: Save and restore skipc...
Problem: popup_create() not aborting on errors
Solution: check for errors in arguments given and...
Problem: python 3.12 produces warnings and fails test
Solution: Make use of raw strings in pytho...
Problem: cannot store custom data in quickfix list
Solution: add `user_data` field for the quick...
Problem: mapset() not properly handling script ID
Solution: replace_termcodes() may accept a scr...
github.com/macvim-dev/macvim - cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff authored over 1 year ago
github.com/macvim-dev/macvim - d8f981138aa04c15ff87b306e9003df8d4b09d17 authored over 1 year ago
Problem: undotree() only works for the current buffer
Solution: Add an optional "buffer num...
Problem: Python 3.11 interface throws deprecation warnings
Solution: ignore those warnings for g...
Problem: libvterm slightly outdated
Solution: Update libvterm from rev 818 to rev 839
Notable f...
github.com/macvim-dev/macvim - b00df7aa388994119346a21d77b0d0db2a0a5e9f authored over 1 year agogithub.com/macvim-dev/macvim - 8f5a8d8a8bdc3ab952a0eddfae8a66852b698220 authored over 1 year ago
github.com/macvim-dev/macvim - 21aaff3faa828c5c2677a0a9f1b90a0b780d57f6 authored over 1 year ago
The latest version is in https://github.com/xuhdev/syntax-dosini.vim/blob/master/syntax/dosini.v...
github.com/macvim-dev/macvim - dd0ad2598898c2b4641c4acd5b70b6184fa698ed authored over 1 year ago
Using xxd(1) to filter and edit binary files causes the input files
to have dual nature, so to s...
Save and restore the view position before and after saving the buffer,
respectively, to keep the...
This is a collection of various PRs from github that all require a minor
patch number:
1) https...
github.com/macvim-dev/macvim - 6efb1980336ff324e9c57a4e282530b952fca816 authored over 1 year ago
Problem: crypt: sodium encryption is not portable
Solution: use little-endian byte order for sod...
github.com/macvim-dev/macvim - 92f076e53e22b467fb6d12051fec2d4bdbda88fe authored over 1 year ago
* Add security policy
Currently is hard to find where to report security issues,
the only me...
closes: #12673
github.com/macvim-dev/macvim - c41b3c9f95ac57646804977edea496705618cc93 authored over 1 year ago
Problem: Build Failure with Perl 5.38
Solution: Fix Build Failure
closes: #12543, closes: #12575
github.com/macvim-dev/macvim - 1d7caa58e3c87f75a4becbceabbd1af181ace11e authored over 1 year ago
Problem: sodium test fails in Github CI
Solution: Catch sodium_mlock() errors and do not er...
github.com/macvim-dev/macvim - c2bd205254c89ecf46e08965f53d7991315d9c98 authored over 1 year ago
Problem: The `s` command with `g` flag only substitutes
one occurrence when `gdefault`...
github.com/macvim-dev/macvim - bd76c89e31ac9d9efd00ec8dda9c32436415dbbb authored over 1 year ago
There are three spaces because the "<" is concealed.
github.com/macvim-dev/macvim - 0401933a5be3b72e12427cdaf8b7ff2694690d02 authored over 1 year agogithub.com/macvim-dev/macvim - 077ade4f67036e652b99f8f858c9ca1c1dd22245 authored over 1 year ago
https://github.com/voxpupuli/hiera-eyaml/ uses and produces the eyaml
format, which is simply y...
Problem: editorconfig properties with dashes are not highlighted
Solution: update the property ...
Co-authored-by: Turiiya <[email protected]>
github.com/macvim-dev/macvim - 2eb413f89b97a498679fbe68c7564b9e41c5af7f authored over 1 year ago