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
build(deps): bump actions/checkout from 3 to 4
github.com/macvim-dev/docs - e71977670d20455fc66ff91da1195cf3df77b536 authored over 1 year ago
Problem: test_crash still fails for circle ci
Solution: give even more time to complete
Signed...
github.com/macvim-dev/macvim - 59adcb4c203371258c72e76011da93eac8540317 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - e4ba5df7c7359742999263115b2faeff94f5a35c authored over 1 year ago
Problem: Vim9: access to interface statics possible
Solution: Prevent direct access to interfac...
Problem: Undo is synced after character find.
Solution: Set no_u_sync when calling gotchars_nop...
Changes:
1.75:
- Fix 2072/PHP-Indenting-for-VIm#87: The indent optimization was causing wron...
Co-authored-by: Anton Sharonov <[email protected]>
Signed-off-by: Christian Brabandt <cb...
Problem: Vim9: garbage collection may cause crash
Solution: validate that class members typeval...
Problem: crash with bt_quickfix1_poc when cleaning up
and EXITFREE is defined
Solutio...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - e073a8b79f1d3398b27f35b7920746b564a169e9 authored over 1 year ago
Problem: wrong format specifiers in e_aptypes_is_null_str_nr
Solution: Fix the wrong format spe...
Problem: Vim9 Garbage Collection issues
Solution: Class members are garbage collected early lea...
Problem: xxd: issue when -R is specified several times
Solution: Fix command line parsing
See:...
github.com/macvim-dev/macvim - 233f956bd43279db1fb4d017acb4e56a1504addf authored over 1 year ago
Problem: CI: test_crash1() is flaky
Solution: Wait a bit longer
Signed-off-by: Christian Braba...
github.com/macvim-dev/macvim - f44cbe96fa44d10d6dd717e0a9f6ef0f104ee98a authored over 1 year ago
Problem: heap-use-after-free in bt_normal()
Solution: check that buffer is still valid
Signed-...
github.com/macvim-dev/macvim - 6e60cf444a8839ca1694319bf9a82e7b097e5c4d authored over 1 year ago
Problem: heap use after free in ins_compl_get_exp()
Solution: validate buffer before accessing ...
Problem: heap-use-after-free in is_qf_win()
Solution: Check buffer is valid before accessing it...
Problem: issues with formatting positional arguments
Solution: fix them, add tests and document...
Problem: mode() doesn't indicate command line for terminal
Solution: make it return 'ct' for co...
Problem: test_crash1() fails on CI
Solution: don't run Screendump test, verify that it doesn't ...
Problem: CI error on different signedness in regexp.c
(after patch 9.0.1848)
Solution...
Problem: i_CTRL-O does not reset Select Mode
Solution: Reset select mode on CTRL-O in insert mo...
Problem: Virtual text at a column causes 'breakindent' and 'showbreak'
to be missing ...
Problem: Vim9: wrong line number where options set
Solution: Set source line number earlier
cl...
github.com/macvim-dev/macvim - 32f3461465a26192172734584c4cbab6e55e2b7f authored over 1 year ago
Problem: CI error on different signedness
Solution: cast unsigned to int
Signed-off-by: Christ...
github.com/macvim-dev/macvim - c8a034210f043639f27b6f346c5a9933f17e7159 authored over 1 year ago
Problem: buffer-overflow in vim_regsub_both()
Solution: Check remaining space
Signed-off-by: C...
github.com/macvim-dev/macvim - ced2c7394aafdc90fb7845e09b3a3fee23d48cb1 authored over 1 year ago
Problem: potential oob write in do_addsub()
Solution: don't overflow buf2, check size in for lo...
Problem: crash in fullcommand
Solution: Check for typeval correctly
Signed-off-by: Christian B...
github.com/macvim-dev/macvim - 4c6fe2e2ea62469642ed1d80b16d39e616b25cf5 authored over 1 year ago
Problem: xxd: Test_xxd_color start failing
Solution: Revert changes to dump file
Signed-off-by...
github.com/macvim-dev/macvim - e0bfb7d3016ccd6c2186b9cd74cee6538eea9b5e authored over 1 year ago
Problem: doc helptags may not be up to date
Solution: Add CI jobs to verify helptags are update...
Problem: xxd color test flaky
Solution: Filter unneeded lines
Signed-off-by: Christian Braband...
github.com/macvim-dev/macvim - b2422f75408a41c77620c0d0f956b9728810c6ef authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 67b0ecf754565ff4c09a1128677e9c6e83fcc1c2 authored over 1 year ago
Problem: Need more accurate profiling
Solution: Improve profiling results
closes: #12192
Redu...
github.com/macvim-dev/macvim - 21d3212361f687704acb52cad7c1b9228e7c83f0 authored over 1 year ago
Problem: style: trailing whitespace in ex_cmds.c
Solution: remove it
Signed-off-by: Christian ...
github.com/macvim-dev/macvim - 9d093fd05626aa19e5d9ff6d4b738a0f8f5deccb authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 397e356d7b7693d06caacb08b28f219c6d69e36a authored over 1 year ago
Problem: use-after-free in do_ecmd
Solution: Verify oldwin pointer after reset_VIsual()
Signed...
github.com/macvim-dev/macvim - e1dc9a627536304bc4f738c21e909ad9fcf3974c authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - acb91d3905cfef5eff8edfb76e62a6b6bab1e91e authored over 1 year ago
Problem: No Makefile rule to build cscope database
Solution: Add rule
Signed-off-by: Christian...
github.com/macvim-dev/macvim - 738ce77aa9e4922dd724d1470960285cbb9ab3c2 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - f3db141aed575d8bd43f1f0832eb40d91739a2c4 authored over 1 year ago
Problem: Vim9: Cannot modify class member vars from def function
Solution: Add support for modi...
Improve it by the following:
1) Also check xxd source
2) Test_source_files():
don't stop...
Problem: Vim9: class_member_type() can be optimized
Solution: class_member_type() provides more...
THe menu item "Open Tab..." was changed to "Open &Tab..." in #12895 but
localization files were...
Problem: Wrong display with "above" virtual text and 'linebreak' or
'breakindent' and...
Problem: Perl interface has problems with load PL_current_context
Solution: Fix Perl interface ...
Problem: Some problems with xxd coloring
Solution: Fix the following problems:
* Support color...
github.com/macvim-dev/macvim - f6fc255e8d9c46a0e51e03f16a508833d309dee6 authored over 1 year ago
While making changes to the ruby ftplugin, slightly change the exepath()
conditional from patch ...
These are mostly for debugging convenience as we don't use Xcode to
build Vim itself.
github.com/macvim-dev/macvim - 4b6110fa322f5334786c2bf6cfbe780f64b507cf authored over 1 year ago
Problem: runtime files may execute code in current dir
Solution: only execute, if not run from ...
Problem: xxd: reporting wrong version (after 9.0.1827)
Solution: Update version string
Signed-...
github.com/macvim-dev/macvim - 0ffa97e8fae5e73ff05ba24178cfc7206a3fe67e authored over 1 year ago
Problem: Vim9: failing null test
Solution: Use required public keyword
closes: #12982
Signed-...
github.com/macvim-dev/macvim - 6ad4a60a972c7dc2d0cd099fed1e8480cc63422f authored over 1 year ago
Problem: Vim9: crash when accessing a null object
Solution: Check accessing a NULL object in de...
Problem: Vim9 missing access-checks for private vars
Solution: Use the proper check for private...
Problem: Wrong cursor position with virtual text before double-width
char at window e...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - e102e44fc6ff6ca648e16a2ad79f71d75afc16c3 authored over 1 year ago
Problem: xxd: no color support
Solution: Add color support using xxd -R
Add some basic color s...
github.com/macvim-dev/macvim - e2528ae11134cdf35c312754b124aba4963d8054 authored over 1 year ago'spk' was used as a boolean, rather than a string option.
Signed-off-by: Christian Brabandt <...
github.com/macvim-dev/macvim - 0b8b145bf8bfd3e90a1c30a999e6adb89ec8891c authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 1610528cc3052103e368c4175b09db6f9a6c150c authored over 1 year ago
Problem: keytrans() doesn't translate recorded key typed in a GUI
Solution: Handle CSI like K_S...
Problem: Wrong cursor position with virtual text before a whitespace
character and 'l...
Problem: Vim9: private members may be modifiable
Solution: prevent modification for def functio...
Regards to @dkearns as noticed in
https://github.com/vim/vim/commit/2ac708b548660b232a32c52d89b...
Problem: Autoconf 2.69 too old
Solution: Migrate to Autoconf 2.71
Autoconf 2.69 is almost 10 y...
github.com/macvim-dev/macvim - a96d544bc355b1a6021feccf5fa2bd5659bc5269 authored over 1 year ago
Problem: Vim9: no check for duplicate members in extended classes
Solution: Check for duplicate...
Problem: Vim9 constructors are always static
Solution: make the "static" keyword an error
clos...
github.com/macvim-dev/macvim - 4b9777a1dfc10bd2634404cb039a0df539549c93 authored over 1 year agoRemove :Help command via the undo_ftplugin mechanism.
Signed-off-by: Christian Brabandt <cb@2...
github.com/macvim-dev/macvim - 2ac708b548660b232a32c52d89bde3d8596646c0 authored over 1 year ago
Problem: Rexx files may not be recognised
Solution: Add shebang detection and improve disambigu...
Problem: Github CI too complex
Solution: CI: Tidy up matrix
Perform the following changes to t...
github.com/macvim-dev/macvim - 3e1e63de185712a6afa7b4acf4488a5dbcbe5e5f authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 3ac2d3da5fdf20dfddb450a49502ef47b1f581d4 authored over 1 year ago
Problem: dynamically linking perl is broken
Solution: Fix all issues
This is a combination of ...
github.com/macvim-dev/macvim - 55460da26c2756ec057c03c7d8641eda861bfcd2 authored over 1 year ago
Problem: configure: using obsolete AC_HEADER_STDC
Solution: Remove it and re-create configure
...
github.com/macvim-dev/macvim - 0e82b59df3fc12dc006e45e17222bcbb0462903f authored over 1 year ago
Problem: configure: sed uses non-portable regex
Solution: use '*' modifier instead of '\?' in r...
closes: #12947
Signed-off-by: Christian Brabandt <[email protected]>
Remove the test suite and a few other non-used files from the
EditorConfig CI project
related: ...
github.com/macvim-dev/macvim - 7129de868cc00fb2644aa17c06c42f7bd58a2650 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 00d07a97ad750f2d2849a649f85ab1610a0b0866 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74 authored over 1 year ago
Problem: pango_coverage_unref() deprecated in pango > 1.51
Solution: use g_object_unref() inste...
Problem: Vim9 no error on duplicate object member var
Solution: detect duplicate members and er...
Problem: 'linebreak' is incorrectly drawn after 'breakindent'.
Solution: Don't include 'breakind...
Problem: CI still fails with sodium_mlock error()
Solution: Catch and ignore E1230 error in tes...
Problem: still some issues with term_debug test
Solution: Use WaitForAssert()
closes: #12936
...
github.com/macvim-dev/macvim - 85c3a5bc265393c1b8b93d8b88b936d3b8b4aec7 authored over 1 year ago
Problem: camel-case spelling has issues with digits
Solution: Improve the camCase spell checkin...
Problem: termdebug test flayk
Solution: wait slightly longer
Signed-off-by: Christian Brabandt...
github.com/macvim-dev/macvim - 6c93c949298c1a6cb294a09b10d690cae357a8bf authored over 1 year ago
Problem: termdebug: Typo in termdebug test
Solution: fix the typos
Signed-off-by: Christian Br...
github.com/macvim-dev/macvim - f2534434c99a2b0cea08b238df24979b3fdc9212 authored over 1 year ago
Problem: runtime: crystal scripts not recognised
Solution: Filetype detect Crystal scripts by s...
Problem: Comment in scripts.vim is outdated
Solution: Delete the comment
runtime/autoload/d...
github.com/macvim-dev/macvim - 73aba18eb7f06ffe05d6e9f8cd6e260bb01d3d44 authored over 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - d58bad6bc10b47de02357619c8cabecbdac958dc authored over 1 year ago
Problem: Vim9: bogus error on export
Solution: Don't error out when the export command is not e...
Problem: Vim9: problem compiling object method as function call arg
Solution: After a object/cl...
Problem: Vim9: no support for private object methods
Solution: Add support for private object/c...
runtime(filetype): Add norg markup language detection
closes: #12913
Signed-off-by: Christian ...
github.com/macvim-dev/macvim - 03e44a1d70e914504e6151fe88ad1e574cbf0a59 authored over 1 year ago
Problem: Multiline regex with Visual selection fails when Visual
selection contains v...
Problem: Vim9 instanceof() fails in a def func
Solution: allow Objects in compile time check
c...
github.com/macvim-dev/macvim - b49ad28d731551ddbd5cc57f9c77d0df085ae845 authored over 1 year ago
Problem: Cursor position still wrong with 'showbreak' and virtual text
after last cha...
Problem: Russian menu translation can be improved
Solution: update the Russian menu files
clos...
github.com/macvim-dev/macvim - 9a6cf34a1ebdd258acbc6f186bffed42cec2c1a0 authored over 1 year ago
This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4
from https:...