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

Merge pull request #3 from macvim-dev/dependabot/github_actions/actions/checkout-4

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

github.com/macvim-dev/docs - e71977670d20455fc66ff91da1195cf3df77b536 authored over 1 year ago
patch 9.0.1868: test_crash still fails for circle ci

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 ago
runtime(sr): Update Serbian messages translation

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

github.com/macvim-dev/macvim - e4ba5df7c7359742999263115b2faeff94f5a35c authored over 1 year ago
patch 9.0.1867: Vim9: access to interface statics possible

Problem: Vim9: access to interface statics possible
Solution: Prevent direct access to interfac...

github.com/macvim-dev/macvim - 18143d3111b2122c7a94ca51085a60b3073cb139 authored over 1 year ago
patch 9.0.1866: undo is synced after character find

Problem: Undo is synced after character find.
Solution: Set no_u_sync when calling gotchars_nop...

github.com/macvim-dev/macvim - dccc29c228f8336ef7dd069a447886639af4458e authored over 1 year ago
runtime(php): Update the php indent script to the 1.75 (from 1.70) (#13025)

Changes:

1.75:
- Fix 2072/PHP-Indenting-for-VIm#87: The indent optimization was causing wron...

github.com/macvim-dev/macvim - 3170342af3049852afb2fbca85df37baf5fec82f authored over 1 year ago
runtime: Fix problem of checking wrong cwd for ruby ftplugin (#13026)

Co-authored-by: Anton Sharonov <[email protected]>
Signed-off-by: Christian Brabandt <cb...

github.com/macvim-dev/macvim - 282a94be990fc1ee5be46548bf7241b583d48972 authored over 1 year ago
patch 9.0.1865: Vim9: garbage collection may cause crash

Problem: Vim9: garbage collection may cause crash
Solution: validate that class members typeval...

github.com/macvim-dev/macvim - 544be0d893e68c494aed09232d5bee4ca8b74619 authored over 1 year ago
patch 9.0.1864: still crash with bt_quickfix1_poc

Problem: crash with bt_quickfix1_poc when cleaning up
and EXITFREE is defined
Solutio...

github.com/macvim-dev/macvim - 623ba31821a41acee7e948794e84867680b97885 authored over 1 year ago
build(deps): bump actions/checkout from 3 to 4

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

github.com/macvim-dev/docs - 1b27b1b143484da20ce1b61a6866a30843808b67 authored over 1 year ago
build(deps): bump actions/checkout from 3 to 4

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

github.com/macvim-dev/macvim - 3854a957954367df90b6acb68e62d0c070d9c309 authored over 1 year ago
translation(it): revert permission changes for xxd manpages

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

github.com/macvim-dev/macvim - e073a8b79f1d3398b27f35b7920746b564a169e9 authored over 1 year ago
patch 9.0.1863: wrong format specifiers in e_aptypes_is_null_str_nr

Problem: wrong format specifiers in e_aptypes_is_null_str_nr
Solution: Fix the wrong format spe...

github.com/macvim-dev/macvim - 7db89bdc23e53c7bc43af6f1c7281bc69a6a3098 authored over 1 year ago
patch 9.0.1862: Vim9 Garbage Collection issues

Problem: Vim9 Garbage Collection issues
Solution: Class members are garbage collected early lea...

github.com/macvim-dev/macvim - e651e110c17656a263dd017b14c85b332163a58d authored over 1 year ago
patch 9.0.1861: xxd: issue when -R is specified several times

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
patch 9.0.1860: CI: test_crash1() is flaky

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
patch 9.0.1859: heap-use-after-free in bt_normal()

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
patch 9.0.1858: [security] heap use after free in ins_compl_get_exp()

Problem: heap use after free in ins_compl_get_exp()
Solution: validate buffer before accessing ...

github.com/macvim-dev/macvim - ee9166eb3b41846661a39b662dc7ebe8b5e15139 authored over 1 year ago
patch 9.0.1857: [security] heap-use-after-free in is_qf_win()

Problem: heap-use-after-free in is_qf_win()
Solution: Check buffer is valid before accessing it...

github.com/macvim-dev/macvim - fc68299d436cf87453e432daa77b6d545df4d7ed authored over 1 year ago
patch 9.0.1856: issues with formatting positional arguments

Problem: issues with formatting positional arguments
Solution: fix them, add tests and document...

github.com/macvim-dev/macvim - aa90d4f031f73a34aaef5746931ea746849a2231 authored over 1 year ago
patch 9.0.1855: mode() doesn't indicate command line for terminal

Problem: mode() doesn't indicate command line for terminal
Solution: make it return 'ct' for co...

github.com/macvim-dev/macvim - 71ebf3bacaa22c841d9a8cb050c52fb21ac0970a authored over 1 year ago
patch 9.0.1854: test_crash1() fails on CI

Problem: test_crash1() fails on CI
Solution: don't run Screendump test, verify that it doesn't ...

github.com/macvim-dev/macvim - db510ca8052884fd260f425025bacf44f6c92fa9 authored over 1 year ago
patch 9.0.1853: CI error on different signedness in regexp.c

Problem: CI error on different signedness in regexp.c
(after patch 9.0.1848)
Solution...

github.com/macvim-dev/macvim - 15cbaae31382f17c96a4519e334dd7ba4a90ecba authored over 1 year ago
patch 9.0.1852: i_CTRL-O does not reset Select Mode

Problem: i_CTRL-O does not reset Select Mode
Solution: Reset select mode on CTRL-O in insert mo...

github.com/macvim-dev/macvim - d69aecf141ff05a645d02f39f1cbf6381ed7d0c0 authored over 1 year ago
patch 9.0.1851: breakindent missing by virt text

Problem: Virtual text at a column causes 'breakindent' and 'showbreak'
to be missing ...

github.com/macvim-dev/macvim - 3c3cf1d6892103a1ce6bab7f3546447d85fb5d1c authored over 1 year ago
patch 9.0.1850: Vim9: wrong line number where options set

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
patch 9.0.1849: CI error on different signedness in ex_cmds.c

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
patch 9.0.1848: [security] buffer-overflow in vim_regsub_both()

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
patch 9.0.1847: [security] potential oob write in do_addsub()

Problem: potential oob write in do_addsub()
Solution: don't overflow buf2, check size in for lo...

github.com/macvim-dev/macvim - 889f6af37164775192e33b233a90e86fd3df0f57 authored over 1 year ago
patch 9.0.1846: [security] crash in fullcommand

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
patch 9.0.1845: xxd: Test_xxd_color start failing

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
patch 9.0.1844: doc helptags may not be up to date

Problem: doc helptags may not be up to date
Solution: Add CI jobs to verify helptags are update...

github.com/macvim-dev/macvim - 8b202031412a5de43a9c8257118ff99a018afabf authored over 1 year ago
patch 9.0.1843: xxd color test flaky

Problem: xxd color test flaky
Solution: Filter unneeded lines

Signed-off-by: Christian Braband...

github.com/macvim-dev/macvim - b2422f75408a41c77620c0d0f956b9728810c6ef authored over 1 year ago
translation(it): updated Italian xxd manpage

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

github.com/macvim-dev/macvim - 67b0ecf754565ff4c09a1128677e9c6e83fcc1c2 authored over 1 year ago
patch 9.0.1842: Need more accurate profiling

Problem: Need more accurate profiling
Solution: Improve profiling results

closes: #12192

Redu...

github.com/macvim-dev/macvim - 21d3212361f687704acb52cad7c1b9228e7c83f0 authored over 1 year ago
patch 9.0.1841: style: trailing whitespace in ex_cmds.c

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 ago
translation(en_GB): Update UK English translation (#13011)

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

github.com/macvim-dev/macvim - 397e356d7b7693d06caacb08b28f219c6d69e36a authored over 1 year ago
patch 9.0.1840: [security] use-after-free in do_ecmd

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 ago
runtime(zserio): add zserio syntax (#13005)

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

github.com/macvim-dev/macvim - acb91d3905cfef5eff8edfb76e62a6b6bab1e91e authored over 1 year ago
patch 9.0.1839: No Makefile rule to build cscope database

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 ago
translation(it): updated Italian translation + xxd manpage

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

github.com/macvim-dev/macvim - f3db141aed575d8bd43f1f0832eb40d91739a2c4 authored over 1 year ago
patch 9.0.1838: Vim9: Cannot modify class member vars from def function

Problem: Vim9: Cannot modify class member vars from def function
Solution: Add support for modi...

github.com/macvim-dev/macvim - 3775f777a6add2a8d5060b40414e9c53062c8cd9 authored over 1 year ago
tests: Improve the codestyle test (#12988)

Improve it by the following:

1) Also check xxd source
2) Test_source_files():
don't stop...

github.com/macvim-dev/macvim - b147d314897b7a82081644edf779e22138d44f2c authored over 1 year ago
patch 9.0.1837: Vim9: class_member_type() can be optimized

Problem: Vim9: class_member_type() can be optimized
Solution: class_member_type() provides more...

github.com/macvim-dev/macvim - 456ae556b43f277c65ceb518d58034b11cd58cfb authored over 1 year ago
Fix menu localization not updated for "Open Tab..." item (#12993)

THe menu item "Open Tab..." was changed to "Open &Tab..." in #12895 but
localization files were...

github.com/macvim-dev/macvim - c41b7a26fc9e319226e4a2ea40f4ad2d4a2a44e4 authored over 1 year ago
patch 9.0.1836: display wrong with virttext, linebreak and breakindent

Problem: Wrong display with "above" virtual text and 'linebreak' or
'breakindent' and...

github.com/macvim-dev/macvim - ce53e3ea55d12d222a73510d772e786b7ae29c8d authored over 1 year ago
patch 9.0.1835: Perl interface has problems with load PL_current_context

Problem: Perl interface has problems with load PL_current_context
Solution: Fix Perl interface ...

github.com/macvim-dev/macvim - 7a9d1aa878d8724e28893b968016b86a3a70c63f authored over 1 year ago
patch 9.0.1834: Some problems with xxd coloring

Problem: Some problems with xxd coloring
Solution: Fix the following problems:

* Support color...

github.com/macvim-dev/macvim - f6fc255e8d9c46a0e51e03f16a508833d309dee6 authored over 1 year ago
runtime(ruby): Update syntax, indent and ftplugin files

While making changes to the ruby ftplugin, slightly change the exepath()
conditional from patch ...

github.com/macvim-dev/macvim - da16a1b471aa717f58909cc6531cb6dbbff14d22 authored over 1 year ago
Update MacVim Xcode project to have up-to-date Vim src files

These are mostly for debugging convenience as we don't use Xcode to
build Vim itself.

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

github.com/macvim-dev/macvim - 4b6110fa322f5334786c2bf6cfbe780f64b507cf authored over 1 year ago
patch 9.0.1833: [security] runtime file fixes

Problem: runtime files may execute code in current dir
Solution: only execute, if not run from ...

github.com/macvim-dev/macvim - 816fbcc262687b81fc46f82f7bbeb1453addfe0c authored over 1 year ago
patch 9.0.1832: xxd: reporting wrong version

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
patch 9.0.1831: Vim9: failing null test

Problem: Vim9: failing null test
Solution: Use required public keyword

closes: #12982

Signed-...

github.com/macvim-dev/macvim - 6ad4a60a972c7dc2d0cd099fed1e8480cc63422f authored over 1 year ago
patch 9.0.1830: Vim9: crash when accessing a null object

Problem: Vim9: crash when accessing a null object
Solution: Check accessing a NULL object in de...

github.com/macvim-dev/macvim - d7085a06358c22250a27186bb7d52112ed4addd1 authored over 1 year ago
patch 9.0.1829: Vim9 missing access-checks for private vars

Problem: Vim9 missing access-checks for private vars
Solution: Use the proper check for private...

github.com/macvim-dev/macvim - eb91e24d5eca99ad902924911e78f292e9ca0971 authored over 1 year ago
patch 9.0.1828: cursor wrong with virt text before double-width char

Problem: Wrong cursor position with virtual text before double-width
char at window e...

github.com/macvim-dev/macvim - ac2d8815ae7a93c54b07cba76475cfb3f26a3ac6 authored over 1 year ago
translation(it): updated Italian manpages

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

github.com/macvim-dev/macvim - e102e44fc6ff6ca648e16a2ad79f71d75afc16c3 authored over 1 year ago
patch 9.0.1827: xxd: no color support

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
runtime(optwin): Fix for 'splitkeep' option (#12974)

'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 ago
runtime(forth): Update syntax and ftplugin files (#12976)

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

github.com/macvim-dev/macvim - 1610528cc3052103e368c4175b09db6f9a6c150c authored over 1 year ago
patch 9.0.1826: keytrans() doesn't translate recorded key typed in a GUI

Problem: keytrans() doesn't translate recorded key typed in a GUI
Solution: Handle CSI like K_S...

github.com/macvim-dev/macvim - 1bed993c01c4b5e4c6ab55e80e2410ba87de487c authored over 1 year ago
patch 9.0.1825: wrong cursor position with virt text and 'linebreak'

Problem: Wrong cursor position with virtual text before a whitespace
character and 'l...

github.com/macvim-dev/macvim - 6e55e85f92aff43c1b3cb564201440f3552d63f0 authored over 1 year ago
patch 9.0.1824: Vim9: private members may be modifiable

Problem: Vim9: private members may be modifiable
Solution: prevent modification for def functio...

github.com/macvim-dev/macvim - 5bbcfbc4a260bc082829311086c3a1109c40f2d3 authored over 1 year ago
runtime: cleanup :Sman command via the undo_ftplugin mechanism (#12967)

Regards to @dkearns as noticed in
https://github.com/vim/vim/commit/2ac708b548660b232a32c52d89b...

github.com/macvim-dev/macvim - 9d8ef7cc434076dfda62ca3d3101eaae52e316cd authored over 1 year ago
patch 9.0.1823: Autoconf 2.69 too old

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
patch 9.0.1822: Vim9: no check for duplicate members in extended classes

Problem: Vim9: no check for duplicate members in extended classes
Solution: Check for duplicate...

github.com/macvim-dev/macvim - e3b6c78ddc4acf238af35d7fac585e7ead27392f authored over 1 year ago
patch 9.0.1821: Vim9 constructors are always static

Problem: Vim9 constructors are always static
Solution: make the "static" keyword an error

clos...

github.com/macvim-dev/macvim - 4b9777a1dfc10bd2634404cb039a0df539549c93 authored over 1 year ago
runtime(sh): Update ftplugin (#12950)

Remove :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
patch 9.0.1820: Rexx files may not be recognised

Problem: Rexx files may not be recognised
Solution: Add shebang detection and improve disambigu...

github.com/macvim-dev/macvim - e06afb7860805537ccd69966bc03169852c9b378 authored over 1 year ago
patch 9.0.1819: Github CI too complex

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 ago
runtime(heex): Add HEEX comments to match_words in ftplugin (#12957)

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

github.com/macvim-dev/macvim - 3ac2d3da5fdf20dfddb450a49502ef47b1f581d4 authored over 1 year ago
patch 9.0.1818: dynamically linking perl is broken

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
patch 9.0.1817: configure: using obsolete AC_HEADER_STDC

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
patch 9.0.1816: configure: sed uses non-portable regex

Problem: configure: sed uses non-portable regex
Solution: use '*' modifier instead of '\?' in r...

github.com/macvim-dev/macvim - bddc6adca647f7f20ff6e1b7913e394d09c5eb23 authored over 1 year ago
runtime(doc): mention special case of i_CTRL-R_-

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

github.com/macvim-dev/macvim - a5eb6785efcc36a97e071722408acc20d6c6e606 authored over 1 year ago
runtime(editorconfig): generate helptags, remove unused files

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 ago
runtime(tags): update helptags

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

github.com/macvim-dev/macvim - 00d07a97ad750f2d2849a649f85ab1610a0b0866 authored over 1 year ago
runtime: Set b:undo_indent where missing (#12944)

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

github.com/macvim-dev/macvim - 0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd authored over 1 year ago
runtime: Set b:undo_ftplugin where missing (#12943)

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

github.com/macvim-dev/macvim - f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74 authored over 1 year ago
patch 9.0.1815: pango_coverage_unref() deprecated in pango > 1.51

Problem: pango_coverage_unref() deprecated in pango > 1.51
Solution: use g_object_unref() inste...

github.com/macvim-dev/macvim - fe1463674c4c97388409a8c91dd525e7b7afb69e authored over 1 year ago
patch 9.0.1814: Vim9 no error on duplicate object member var

Problem: Vim9 no error on duplicate object member var
Solution: detect duplicate members and er...

github.com/macvim-dev/macvim - 2ba9d2e14e3633c92a32abba2a12533f93fefbf5 authored over 1 year ago
patch 9.0.1813: linebreak incorrect drawn with breakindent

Problem: 'linebreak' is incorrectly drawn after 'breakindent'.
Solution: Don't include 'breakind...

github.com/macvim-dev/macvim - 1d3e0e8f3110a7807431eae056914ccea57b057b authored over 1 year ago
patch 9.0.1812: CI still fails with sodium_mlock error()

Problem: CI still fails with sodium_mlock error()
Solution: Catch and ignore E1230 error in tes...

github.com/macvim-dev/macvim - 93ebb5e75e564403624314c84c97293427d001d6 authored over 1 year ago
patch 9.0.1811: still some issues with term_debug test

Problem: still some issues with term_debug test
Solution: Use WaitForAssert()

closes: #12936

...

github.com/macvim-dev/macvim - 85c3a5bc265393c1b8b93d8b88b936d3b8b4aec7 authored over 1 year ago
patch 9.0.1810: camel-case spelling has issues with digits

Problem: camel-case spelling has issues with digits
Solution: Improve the camCase spell checkin...

github.com/macvim-dev/macvim - d08745040bb82c5e9a81b6c8a414e50951642492 authored over 1 year ago
patch 9.0.1809: termdebug test flayk

Problem: termdebug test flayk
Solution: wait slightly longer

Signed-off-by: Christian Brabandt...

github.com/macvim-dev/macvim - 6c93c949298c1a6cb294a09b10d690cae357a8bf authored over 1 year ago
patch 9.0.1808: termdebug: Typo in termdebug test

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
patch 9.0.1807: runtime: crystal scripts not recognised

Problem: runtime: crystal scripts not recognised
Solution: Filetype detect Crystal scripts by s...

github.com/macvim-dev/macvim - 9b73902dbe6f7940326bcd8dbc89d010d85d69c5 authored over 1 year ago
runtime: Remove outdated scripts.vim comment (#12934)

Problem: Comment in scripts.vim is outdated
Solution: Delete the comment

runtime/autoload/d...

github.com/macvim-dev/macvim - 73aba18eb7f06ffe05d6e9f8cd6e260bb01d3d44 authored over 1 year ago
translation(it): updated Italian manpage

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

github.com/macvim-dev/macvim - d58bad6bc10b47de02357619c8cabecbdac958dc authored over 1 year ago
patch 9.0.1806: Vim9: bogus error on export

Problem: Vim9: bogus error on export
Solution: Don't error out when the export command is not e...

github.com/macvim-dev/macvim - 90c27b28032ea2b42718f8933f877a8bca2821ef authored over 1 year ago
patch 9.0.1805: Vim9: problem compiling object method as function call arg

Problem: Vim9: problem compiling object method as function call arg
Solution: After a object/cl...

github.com/macvim-dev/macvim - 639751d218ef423efef8e9aa0fa9abaff7122186 authored over 1 year ago
patch 9.0.1804: Vim9: no support for private object methods

Problem: Vim9: no support for private object methods
Solution: Add support for private object/c...

github.com/macvim-dev/macvim - cd7293bf6c358bb0e183582a2927fc03566d29f6 authored over 1 year ago
patch 9.0.1803: runtime(filetype): Add norg language detection

runtime(filetype): Add norg markup language detection

closes: #12913

Signed-off-by: Christian ...

github.com/macvim-dev/macvim - 03e44a1d70e914504e6151fe88ad1e574cbf0a59 authored over 1 year ago
patch 9.0.1802: Multiline regex with Visual selection fails with virtual text

Problem: Multiline regex with Visual selection fails when Visual
selection contains v...

github.com/macvim-dev/macvim - e3daa06be1a3ba7ced0735582467d092275e591c authored over 1 year ago
patch 9.0.1801: Vim9 instanceof() fails in a def func

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
patch 9.0.1800: Cursor position still wrong with 'showbreak' and virtual text

Problem: Cursor position still wrong with 'showbreak' and virtual text
after last cha...

github.com/macvim-dev/macvim - 6a3897232aecd3e8b9e8b23955e55c1993e5baec authored over 1 year ago
patch 9.0.1799: Russian menu translation can be improved

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
runtime: Distribute the editorconfig with vim (#12902)

This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4
from https:...

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