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: The 'syntax' option has no completion.
Solution: Add syntax option completion.
closes...
github.com/macvim-dev/macvim - 6dfdff3f273dcea29099d81e3eceb871ae089998 authored over 1 year ago
Problem: Vimball/Visual Basic filetype detection conflict
Solution: runtime(vb): Improve Vimbal...
Problem: Vim9 problems with null_objects
Solution: Vim9 improve null_object usage
Fix "xvar ==...
github.com/macvim-dev/macvim - 5c018bee0e1e272774584cfb1577327fbb67254a authored over 1 year ago
Problem: Indentation issues
Solution: Fix code indentation issues.
closes: #12906
Signed-off-...
github.com/macvim-dev/macvim - d4e4ecbb3793cd45b645471966c1ac703be52f4a authored over 1 year ago
Problem: autoconf: not correctly detecing include dirs
Solution: make use of python3 to generat...
Problem: obsolete macros in configure script
Solution: Remove those and start moving to autocon...
Problem: Normal mode "gM", "gj", "gk" commands behave incorrectly with
virtual text.
...
Problem: No tests for the termdebug plugin
Solution: Add some simple tests for the termdebug pl...
Problem: The Content-Type header is an optional header that some LSP
servers struggle...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 0db1ea481528917e64ff5cd2e3a6f26e0271d5db authored over 1 year ago
Problem: too early declaration of variable in pum_set_selected()
Solution: Move declaration to ...
Problem: C4090 warnings in strings.c
Solution: Add type casts
closes: #12917
MSVC shows the f...
github.com/macvim-dev/macvim - 4c215ecdafbc9a32bca885abc3272be741047291 authored over 1 year ago
fixes #12831
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - fa0094e1629332751d62416eb7f122181605ff5f authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 1da9fdb8c71416e5a0744de69e67ac186faecd45 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - e750f8c330bc28ee9f3b7dce06481311a090972f authored over 1 year ago
Problem: Cannot build with latest luajit
Solution: adjust sed regexp and don't expect '-' in ve...
The recent fixes for Perl interface for newer versions broke 5.30, and
it's now statically linki...
Local fixes:
- Fix usage of `replace_termcodes` which added an additional parameter
upstream.
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 2f25e40b1f545f4aa38377f0c25effb112b5d1ef authored over 1 year agosyntax/model.vim: minor wording improvement
Signed-off-by: Christian Brabandt <[email protected]>...
github.com/macvim-dev/macvim - e8d6f03f6a61f60de6893253621d057f63dd6a23 authored over 1 year agocloses: #12836
Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: Viktor Szépe <...
Problem: Vim9: need instanceof() function
Solution: Implement instanceof() builtin
Implemented...
github.com/macvim-dev/macvim - afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 authored over 1 year ago
Problem: wrong cursor position with 'showbreak' and lcs-eol
Solution: Add size of 'showbreak' b...
Problem: redundant else in pum_set_selected()
Solution: Remove it
closes: #12893
Signed-off-b...
github.com/macvim-dev/macvim - c51fa7bc4666baad81356b298da7a5ede410f868 authored over 1 year ago- Fix and attempt to simplify :Frame/:Up/:Down documentation.
- Accept a count instead for :U...
github.com/macvim-dev/macvim - 3d3a9152fa6de7038fdfd6d6de25230ed825552a authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 79d9cb4cb062253631db29efc779da36f76b1eea authored over 1 year ago
Seems missing as noted by Antonio Giovanni Colombo. So add it and use
the 'T' as shortcut, whic...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 9180633e68925cde6e7b08f6343a89cdb73f787b authored over 1 year ago
They were linked using 'hi link' which made it impossible for color
schemes to override highlig...
- Add support for APL type in runtime/syntax/bindzone.vim
- all values between 0- 4294967295 are...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 118f8e9da39e6cec5ffe644d5b87a7772418ed0c authored over 1 year ago
* OpenBSD supports the use of `~` as alias for "random valid value"
* FreeBSD supports `@every_...
implementing `:Frame`, `:Up` and `:Down'
partially fixing #10393
Signed-off-by: Christian ...
github.com/macvim-dev/macvim - 2ae7ffe0bc3c3ed9fcae35ef23a2b78908580201 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 6551ace0fe69ccc6e4e02bda3f4a3db0b86e3781 authored over 1 year ago
Problem: Wrong display with wrapping virtual text or unprintable chars,
'showbreak' a...
Problem: prop_list() does not return text_padding_left
Solution: Store and return the text_padd...
Problem: Problems when setting bin/paste option
Solution: When setting binary/paste, remember t...
Problem: Vim9 type not defined during object creation
Solution: Define type during object creat...
Problem: Need more state() tests
Solution: Add a few more tests for operater pending mode and r...
* Fix some Termdebug issues after #12403
Problem: Cleanup for :Var and :Asm buffers did not a...
github.com/macvim-dev/macvim - a76f3221cdcfff6880213839de4d04cf0c7c60f8 authored over 1 year ago* Update Go syntax file with 1.21 builtins
github.com/macvim-dev/macvim - b0d584d97ab6f5cb070caba3882ba387b81448c1 authored over 1 year agoSet undo_{ftplugin,indent}
closes #11240
Co-authored-by: cothi <[email protected]>
github.com/macvim-dev/macvim - e34b51e95fd0ea7b0e34a625db0f9ed7e051e0dd authored over 1 year ago
- add missing defaults
- add missing control structures (incl. parallelism)
- add missing scop...
Commit dd0ad2598898c2b4641c4acd5b70b6184fa698ed introduced
line-continuation. However, to make ...
Problem: if_py_both: code-style issue
Solution: add space
Signed-off-by: Christian Brabandt <c...
github.com/macvim-dev/macvim - 75dc1ed1adddbcde926872bb41dfe1a1b0029848 authored over 1 year ago
Problem: patch 9.0.1771 causes problems
Solution: revert it
Revert "patch 9.0.1771: regex: com...
github.com/macvim-dev/macvim - be07caa071ea93c07b1b2204a17237133f38b2bd authored over 1 year agogithub.com/macvim-dev/macvim - 6d626c41842e2c3ab698338bbe5fcfcf0557ecd8 authored over 1 year ago
closes: #6536
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - a0fddaa2f4b7358484eb54ccdd1b7433d18a9039 authored over 1 year agoThe single quote `'` is a valid character in variable names, so it should be included in `iskeyw...
github.com/macvim-dev/macvim - 5e6e4042b1c9685bce86493e3ee6fe916a7f221c authored over 1 year ago
Without this it will return an error when creating a new changelog
entry:
"Unknown function: S...
github.com/macvim-dev/macvim - 309ded19543c140375b28ef562257e9f22c918c6 authored over 1 year ago
github.com/macvim-dev/macvim - 9fa35b1c38b84d95b5c8e083aa742e0e0490fa1f authored over 1 year ago
cool unused matching
github.com/macvim-dev/macvim - e71e9d9ad368f83162a9c08217a9faf9bda909a7 authored over 1 year ago
Problem: No support for stable Python 3 ABI
Solution: Support Python 3 stable ABI
Commits:
1) ...
Problem: Wrong comparison in vim9type.c
Solution: Change condition to false
closes: #12047
Si...
github.com/macvim-dev/macvim - 20cd8699acf6dc1071ee1bf0686bccba7df2c57c authored over 1 year ago
Problem: no support for custom cmdline completion
Solution: Add new vimscript functions
Add th...
github.com/macvim-dev/macvim - 92997dda789ad8061841128cbc99b15ec0374411 authored over 1 year ago
Problem: cannot distinguish Forth and Fortran *.f files
Solution: Add Filetype detection Code
...
github.com/macvim-dev/macvim - 19a3bc3addf9b4aa8150a01b11b4249c67d15d3b authored over 1 year agofixes #12305
github.com/macvim-dev/macvim - 6633611f4280f33934c2ab9b6a3e84c04f054ad3 authored over 1 year ago
Problem: Cursor is adjusted in window that did not change in size by
'splitkeep'....
github.com/macvim-dev/macvim - 478668013f060a75b8cd8cc6ca2cf2abb3bcc4a5 authored over 1 year ago
Closes: vim/vim#12301
Co-authored-by: Jason Franklin <[email protected]>
github.com/macvim-dev/macvim - 17befac581ea67f56039db832d68963cd401fb8a authored over 1 year ago
Problem: regex: combining chars in collections not handled
Solution: Check for following combin...
Problem: lines disappear when modifying chars before virt text
Solution: take virtual text prop...
// vs not act like exception from vim or termdebug
Signed-off-by: shane.xb.qian <shane.qian@f...
github.com/macvim-dev/macvim - f6fb52b667eecb58bdd9b26bd462d5da61697cf7 authored over 1 year agoSigned-off-by: shane.xb.qian <[email protected]>
github.com/macvim-dev/macvim - 19968fc4ec2c36c7d528c7326acf43e5d663ba39 authored over 1 year ago
Problem: executable() ignoring symlinks on Windows
Solution: resolve reparse points
closes: #1...
github.com/macvim-dev/macvim - f5d0f54790fa86dfe73b428a087c8d8e6f391857 authored over 1 year agocloses: 12403
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 9f29621415146abc046471440515e9e34f3e57a1 authored over 1 year ago
Perform the lookahead in `nixInheritAttributeScope`, then hand over to a
new region called `nixI...
Problem: Runtime: no support for bicep files
Solution: Add filetype support for bicepparam
clo...
github.com/macvim-dev/macvim - 2d0988ef93c6e8e59381c9cd123efbc2cd1faf92 authored over 1 year ago
Problem: '.-' no allowed in highlight group names
Solution: Allow dot and hyphen characters in ...
Problem: Runtime: Missing QML support
Solution: Add QML support to Vim
closes: #12810
Signed-...
github.com/macvim-dev/macvim - bedc69f9d67b117ab05aa735c701cd3899d1ae2d authored over 1 year ago
Problem: Error when cross-compiling Vim
Solution: use AC_CHECK_SIZEOF to find sizeof(wchar_t)
...
github.com/macvim-dev/macvim - a055b441f556e4814a1838db687ac50f48617154 authored over 1 year ago
Problem: CI: label should not be set on all yml files
Solution: only set it for specific yml fi...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 787de412b8a64528c72517af762db335df4230f2 authored over 1 year ago
Problem: crash when passing invalid buffer to undotree()
Solution: Use get_buf_arg() instead of...
Problem: Not able to get the virtual text property
Solution: Make prop_list() return virtual te...
Problem: g<kEnd> behaves different from g<end>
Solution: Make g<kEnd> behave like g<End>
close...
github.com/macvim-dev/macvim - 654bdbbd329e7267051cc2eb496bc52b66053081 authored over 1 year ago
Problem: vim9 class problem with new() constructor
Solution: Don't allow a return type for the ...
Co-authored-by: RestorerZ <[email protected]>
github.com/macvim-dev/macvim - 6cc8bc836616e9b0cda1d8cb6993a958f569ad7b authored over 1 year ago
Problem: Visual highlight not working with cursor at end of screen line
and 'showbrea...
Problem: vim9 no class identifiers in stack dumps
Solution: Prefix class members in stack trace...
Problem: ex_class() function is too long
Solution: refactor it
closes: #12858
Signed-off-by: ...
github.com/macvim-dev/macvim - 4b1cc7906f2fa9aa5a41c16467e5d3ac4b64e323 authored over 1 year ago
Problem: failing cursorline sign test
Solution: only reset char attr, if cursorline
o...
Problem: CI still fails with sodium mlock error
Solution: catch mlock failure
Signed-off-by: Ch...
github.com/macvim-dev/macvim - 25dec33c9bd286eacd1767ce2f5324117132b33a authored over 1 year ago
Problem: still ci breakage (after 9.0.1741)
Solution: fix remaining issue
Signed-off-by: Christ...
github.com/macvim-dev/macvim - f244b2fbf2df7f984074c287b3d854bc62472b23 authored over 1 year ago
Problem: can't move to last non-blank char
Solution: Make g<end> behave like that
Make it possi...
github.com/macvim-dev/macvim - b5f6fe9ca2661d06bc0be839447ce1995450b9de authored over 1 year ago
Problem: CI: Coveralls is no longer used
Solution: Remove .coveralls.yml
Coveralls is no longer...
github.com/macvim-dev/macvim - 2b6a12af4dd0f9028b81f19cea2b07731e6f77b2 authored over 1 year ago
Problem: CI: labeler configuration not found
(after 9.0.1748)
Solution: set configurati...
Problem: CI: fails because of changed error messages
(after: 9.0.1741)
Solution: Adjust...
Problem: Text property highlight doesn't override a sign highlight over
a tab character...
Problem: CI: cannot label issues automatically
Solution: Create CI labeler
closes: #12788
Sig...
github.com/macvim-dev/macvim - 6d192a4ac9ba600ec28eb86d2cc45dea67f5922b authored over 1 year agogithub.com/macvim-dev/macvim - b23db545ce7cb09ab08f1c5bfde97f44da2e8d00 authored over 1 year ago
Problem: screenpos() may cause unnecessary redraw.
Solution: Don't unnecessarily reset VALID_WR...
Problem: vim9class compile error for char/char_u conversion
Solution: Correctly cast to (char *)...
Problem: Missing test coverage for blockwise Visual highlight with
virtual that start...
Problem: Dead code in open_cmdwin()
Solution: Remove it
closes: #12839
Signed-off-by: Christia...
github.com/macvim-dev/macvim - c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 authored over 1 year ago
Update po files by running `make` in `src/po/`.
Some po files were out of sync with the files in...
Problem: Parameter of gui_gtk:gui_mch_browse incorrectly marked as
UNUSED.
Soluti...
Problem: Wrong curswant when clicking and the second cell of a
double-width char.
Sol...