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

runtime(doc): remove non-existent parameter in shift-command (#13626)

The variant with the {count} parameter is explained in the next item.

Signed-off-by: Christia...

github.com/macvim-dev/macvim - 2103a56eab5a935f3c14c6e0b1610ff16fc8678f authored 11 months ago by Roy Orbitson <[email protected]>
patch 9.0.2150: Using int for errbuflen in option funcs

Problem: Using int for errbuflen in option funcs
Solution: Use size_t for errbuflen in string o...

github.com/macvim-dev/macvim - 620f0116948ddd9f1900f067ed8bb6bab548f825 authored 11 months ago by Mike Williams <[email protected]>
patch 9.0.2149: [security]: use-after-free in exec_instructions()

Problem: [security]: use-after-free in exec_instructions()
Solution: get tv pointer again

[sec...

github.com/macvim-dev/macvim - 5dd41d4b6370b7b7d09d691f9252b3899c66102a authored 11 months ago by Christian Brabandt <[email protected]>
Merge pull request #4 from macvim-dev/dependabot/github_actions/actions/deploy-pages-3

build(deps): bump actions/deploy-pages from 2 to 3

github.com/macvim-dev/docs - ce03d9a3b7f0bbeaa0724c04748d317b2ceda42d authored 11 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2148: Vim does not detect pacman.log file

Problem: Vim does not detect pacman.log file
Solution: Detect pacmanlogs and add syntax highlig...

github.com/macvim-dev/macvim - 1e5d66408ef85c750a5af03bbf5cc19b5de7a6bc authored 11 months ago by Ronan Pigott <[email protected]>
runtime(doc): reference 'go-!' inside os_win32.txt for !start

closes: #13583

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

github.com/macvim-dev/macvim - ca2eca7c79bbb1afe4c4bb0a4ed8b18c72d581bf authored 11 months ago by Christian Brabandt <[email protected]>
build(deps): bump actions/deploy-pages from 2 to 3

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release no...

github.com/macvim-dev/docs - f69fa9d3b29a375a655644bd99a32d89837675bb authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
patch 9.0.2147: Type check tests fail without the channel feature

Problem: Type check tests fail without the channel feature
Solution: only run tests, when Vim w...

github.com/macvim-dev/macvim - 3ee25965e4fbf9f44f5fc31d6a827638e409c6f8 authored 11 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2146: text-property without type errors when joining

Problem: text-property without type errors when joining
Solution: count all text-properties, wi...

github.com/macvim-dev/macvim - 0d0b3b19517c321b089d637919e88e49a07a3d85 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2145: wrong scrolling in insert mode with smoothscroll

Problem: Wrong scrolling in Insert mode with 'smoothscroll' at the
bottom of the wind...

github.com/macvim-dev/macvim - 5b4d1fcbf06757bae32a894871b9a649c84eba7f authored 11 months ago by zeertzjq <[email protected]>
patch 9.0.2144: Text properties causes wrong line wrapping

Problem: Text properties causes wrong line wrapping to be drawn.
Solution: Find the index of th...

github.com/macvim-dev/macvim - 4e26a9aab6ad0ceb6bab0fd70e1031abb429f233 authored 11 months ago by zeertzjq <[email protected]>
CI: disable the test_terminal_resize2() test for GH CI in gui mode (#13615)

becaues it tends to time-out CI for unknown reasons.

related: #13566

Signed-off-by: Christ...

github.com/macvim-dev/macvim - c089c3816b7109a6f12bd8e7bdd7cba071ce840d authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2143: [security]: buffer-overflow in ex_substitute

Problem: [security]: buffer-overflow in ex_substitute
Solution: clear memory after allocating

...

github.com/macvim-dev/macvim - abfa13ebe92d81aaf66669c428d767847b577453 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2142: [security]: stack-buffer-overflow in option callback functions

Problem: [security]: stack-buffer-overflow in option callback functions
Solution: pass size of ...

github.com/macvim-dev/macvim - b39b240c386a5a29241415541f1c99e2e6b8ce47 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2141: [security]: buffer-overflow in suggest_trie_walk

Problem: [security]: buffer-overflow in suggest_trie_walk
Solution: Check n before using it as ...

github.com/macvim-dev/macvim - 0fb375aae608d7306b4baf9c1f906961f32e2abf authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2140: [security]: use-after-free in win-enter

Problem: [security]: use-after-free in win-enter
Solution: validate window pointer before calli...

github.com/macvim-dev/macvim - eec0c2b3a4cfab93dd8d4adaa60638d47a2bbc8a authored 11 months ago by Christian Brabandt <[email protected]>
CI: check that all files are listed in Filelist (#13601)

Sometimes patches add files that should be included in tarballs for
distribution, but are not a...

github.com/macvim-dev/macvim - 9cc95aa0d8f52bb0c906ca13297ce3a2ba615f2b authored 11 months ago by Peter Simonyi <[email protected]>
patch 9.0.2139: html.angular ft is problematic

Problem: html.angular ft is problematic
Solution: partly revert v9.0.2137

The html.angular fil...

github.com/macvim-dev/macvim - 4f3480c94358e3b938594fc3574477e780525cd7 authored 11 months ago by Christian Brabandt <[email protected]>
CI: disable the test_terminal_resize() test for GH CI in GUI (#13603)

fixes: #13566

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

github.com/macvim-dev/macvim - 926c3f45a20c9c9667466f69d8c33ef8acb354ec authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2138: Overflow logic requires long long

Problem: Overflow logic requires long long
Solution: Define vimlong_T data type to make life ea...

github.com/macvim-dev/macvim - fda700cb04612fe2f9301a9ba820309175decabf authored 11 months ago by Ernie Rael <[email protected]>
runtime(Filelist): include several missing files (#13600)

These files were discovered to be missing from Filelist, and thus
distribution tarballs:
- edi...

github.com/macvim-dev/macvim - 72314bb85f56dabc56d59b135083a80f85eafbb7 authored 11 months ago by Peter Simonyi <[email protected]>
patch 9.0.2137: Can't detect angular & mustache filetypes

Problem: Can't detect angular & mustache filetypes
Solution: Detect *.mustache as Mustache file...

github.com/macvim-dev/macvim - 7bed263c343c62129c5d8f51796895a28db1b312 authored 11 months ago by ObserverOfTime <[email protected]>
runtime(syntax-test): ci fails, disable html test for now

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

github.com/macvim-dev/macvim - 110dd905ddded8a1300a047c6ae42cccd89b002f authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2136: MSVC errorformat can be improved

Problem: MSVC errorformat can be improved
Solution: parse error type and column number in MSVC ...

github.com/macvim-dev/macvim - 8ceb99001b52d0c642e7532763ec9d8217ee86e3 authored 11 months ago by Shawn Hatori <[email protected]>
patch 9.0.2135: No test for mode() when executing Ex commands

Problem: No test for mode() when executing Ex commands
Solution: Add some test cases and simpli...

github.com/macvim-dev/macvim - fcaeb3d42b228e73c669b2fce78f1d3fe112769f authored 11 months ago by zeertzjq <[email protected]>
runtime(lang): Revise Makefile (#13589)

* Revise runtime/lang/Makefile
* Use predefined variables (`$@`, `$<`) instead of the actual fi...

github.com/macvim-dev/macvim - ffd6d31cb2c1b1a963a6113c41495dfdf10a5de8 authored 11 months ago by K.Takata <[email protected]>
runtime(html): Update syntax file (#13591)

Add missing search element and update ARIA attribute list.

Add a very basic test file to chec...

github.com/macvim-dev/macvim - a9058440b7b9d7f5d0027c8cd44366e9200ca241 authored 11 months ago by dkearns <[email protected]>
patch 9.0.2134: ml_get error when scrolling

Problem: ml_get error when scrolling after delete
Solution: mark topline to be validated in mai...

github.com/macvim-dev/macvim - c4ffeddfe5bd1824650e9b911ed9245bf56c69e3 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2133: Cannot detect overstrike mode in Cmdline mode

Problem: Cannot detect overstrike mode in Cmdline mode
Solution: Make mode() return "cr" for ov...

github.com/macvim-dev/macvim - d1c3ef1f47c87d1da056c56564e1985fe6f2931d authored 11 months ago by Sam-programs <None>
patch 9.0.2132: Duplicate Netbeans Error Message

Problem: Duplicate Netbeans Error Message
Solution: Remove duplicate message

We have 2 error M...

github.com/macvim-dev/macvim - 5c233437701e4a40327c73559cdda345471229b4 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2131: not all nushell files detected

Problem: not all nushell files detected
Solution: use *.nu to detect nushell files

closes: #13...

github.com/macvim-dev/macvim - b9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7 authored 11 months ago by Daniel Buch Hansen <[email protected]>
translation(de): Updated German translations (#13585)

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

github.com/macvim-dev/macvim - c6754de5dd2585a4f563db603b7d5827bf3fb7f3 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(nginx): add additional nginx keywords (#13581)

* Add support for missing keywords to the nginx syntax plugin

This adds support for several k...

github.com/macvim-dev/macvim - cf40409e7d17ddadaa697188788753c761479ef8 authored 11 months ago by Chris Aumann <[email protected]>
runtime(tutor): add Make_mvc.mak file for tutor (#13580)

* Added Make_mvc.mak file for tutor

* updated Filelist

Signed-off-by: Christian Brabandt <...

github.com/macvim-dev/macvim - 64c6bfd8eef55a46a1f304d151c9464d7b93721c authored 11 months ago by Restorer <[email protected]>
translation(ru): updated Russian translations for tutorials (#13579)

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

github.com/macvim-dev/macvim - 2bad26fe2cb48f13c8d8e7b7e47232f89af2c03c authored 11 months ago by Restorer <[email protected]>
translation(it): updated Italian translation

Signed-off-by: Antonio Giovanni Colombo <[email protected]>
Signed-off-by: Christian Brabandt <cb...

github.com/macvim-dev/macvim - 4e7727dd88c2426267b78ae6fa0fe83416e8302b authored 11 months ago by Antonio Giovanni Colombo <[email protected]>
patch 9.0.2130: some errors with translation Makefiles

Problem: some errors with translation Makefiles
Solution: fix issues

Update src/po/ makefiles ...

github.com/macvim-dev/macvim - 075ad7047457debfeef13442c01e74088b461092 authored 11 months ago by Ken Takata <[email protected]>
patch 9.0.2129: [security]: use-after-free in call_dfunc()

Problem: [security]: use-after-free in call_dfunc()
Solution: Refresh dfunc pointer

closes: #1...

github.com/macvim-dev/macvim - a555069b7d790abedc60edc505bd35bda257949d authored 11 months ago by mityu <[email protected]>
runtime(doc): Update doc Makefiles with comments from #13567 (#13577)

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

github.com/macvim-dev/macvim - 8c14e79737c5df5cd111f60e7bda46cb0b9d89f7 authored 11 months ago by Restorer <[email protected]>
runtime(tsx): add indentation plugin (fixes #13574) (#13576)

for now, let's just use the typescript indent file.

Signed-off-by: Christian Brabandt <cb@256...

github.com/macvim-dev/macvim - 813a538bb3cec2eee4bf43e16b44fe40666529ef authored 11 months ago by Jōshin <[email protected]>
patch 9.0.2128: runtime(swig): add syntax and filetype plugins

Add syntax and filetype plugins for SWIG (Simplified Wrapper Interface
Generator) description fi...

github.com/macvim-dev/macvim - 2e31065a650015892179e520038bf2083a9519b6 authored 11 months ago by Julien Marrec <[email protected]>
patch 9.0.2127: translation Makefiles can be improved

Problem: translation Makefiles can be improved
Solution: Modified and extended po-related Makef...

github.com/macvim-dev/macvim - e214692718d6a997a0540fc688e1417564416f80 authored 11 months ago by RestorerZ <[email protected]>
patch 9.0.2126: unused assignments when checking 'listchars'

Problem: Unused assignments when checking the value of 'listchars'.
Solution: Loop only once wh...

github.com/macvim-dev/macvim - 00624a2fa08d04bdded240d474e9cfdc193dbe10 authored 11 months ago by zeertzjq <[email protected]>
patch 9.0.2125: File info disappears when 'cmdheight' has decreased

Problem: File info disappears immediately when 'cmdheight' has just
decreased due to ...

github.com/macvim-dev/macvim - 40ed6711bd385051021691980e8ce16375b4b510 authored 11 months ago by zeertzjq <[email protected]>
patch 9.0.2124: INT overflow detection logic can be simplified

Problem: INT overflow logic can be simplified
Solution: introduce trim_to_int() function

close...

github.com/macvim-dev/macvim - 2b0882fa6555b4d0197afbdfc32a4533cf6aacf4 authored 11 months ago by Ernie Rael <[email protected]>
patch 9.0.2123: Problem with initializing the length of range() lists

Problem: Problem with initializing the length of range() lists
Solution: Set length explicitly ...

github.com/macvim-dev/macvim - df63da98d8dc284b1c76cfe1b17fa0acbd6094d8 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2122: [security]: prevent overflow in indenting

Problem: [security]: prevent overflow in indenting
Solution: use long long and remove cast to (...

github.com/macvim-dev/macvim - 3770574e4a70e810add9929973c51f9070c8c851 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2121: [security]: use-after-free in ex_substitute

Problem: [security]: use-after-free in ex_substitute
Solution: always allocate memory

closes: ...

github.com/macvim-dev/macvim - 26c11c56888d01e298cd8044caf860f3c26f57bb authored 11 months ago by Christian Brabandt <[email protected]>
runtime(netrw): Fix handling of very long filename on longlist style (#12150)

If there is a file with a very long filename (longer than
g:netrw_maxfilenamelen), and if g:net...

github.com/macvim-dev/macvim - 8750e3cf81f12132e7b4141501feba586b1ae11d authored 11 months ago by K.Takata <[email protected]>
patch 9.0.2120: un-used assignment in do_source_buffer_init

Problem: un-used assignment in do_source_buffer_init
Solution: Remove it

Coverity warns about ...

github.com/macvim-dev/macvim - 4e5c3cf07bfc904b2a558f1d08a7f8a9732ed7db authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2119: remove dead-condition in ex_class

Problem: remove dead-condition in ex_class()
Solution: remove the extra condition

The variable...

github.com/macvim-dev/macvim - 6b36645f07773d2b27c6662cd80a6567e07f75a0 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2118: [security]: avoid double-free in get_style_font_variants

Problem: [security]: avoid double-free
Solution: Only fee plain_font, when it is not the same a...

github.com/macvim-dev/macvim - a5218a7330cb14ddd9afa323ab03f4334e6a77a0 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2117: [security] use-after-free in qf_free_items

Problem: [security] use-after-free in qf_free_items
Solution: only access qfpnext, if it hasn't...

github.com/macvim-dev/macvim - 567cae2630a51efddc07eacff3b38a295e1f5671 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(netrw): expand $COMSPEC without applying 'wildignore' (#13542)

When expanding $COMSPEC and a user has set :set wildignore=*.exe
netrw won't be able to properl...

github.com/macvim-dev/macvim - cb0c113ddc0101b05a27c040774cb7106fc74cd4 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(vim): Improve keymap file highlighting (#13550)

- Match :loadkeymap to EOF as a region and contain only allowed items.
- Add highlighting for <...

github.com/macvim-dev/macvim - 69866449ddb20e329f4bc5250312fbfb4a773986 authored 11 months ago by dkearns <[email protected]>
runtime(Filelist): include new doc-Makefiles (#13551)

Tags for help files disappeared with the latest Vim update in Fedora,
which is caused by silent...

github.com/macvim-dev/macvim - d2c977bb7c1325fd6335095dd10aef5ae7990cb3 authored 11 months ago by zdohnal <[email protected]>
runtime(doc): Fix whitespace and formatting of some help files (#13549)

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

github.com/macvim-dev/macvim - 596a9f29c83af85ace1a2702c88591851ad14df8 authored 11 months ago by h_east <[email protected]>
runtime(doc): minor typo fixes (#13548)

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

github.com/macvim-dev/macvim - aabca259fa48865e93d58b798233b19e0cb3ec7b authored 11 months ago by njohnston <[email protected]>
patch 9.0.2116: No test for defining sign without attribute

Problem: No test for defining sign without attribute
Solution: Add test for defining sign witho...

github.com/macvim-dev/macvim - e670d17342ea05af253b0452afb980397fa143be authored 11 months ago by Luuk van Baal <[email protected]>
patch 9.0.2115: crash when callback function aborts because of recursiveness

Problem: crash when callback function aborts because of recursiveness
Solution: correctly initi...

github.com/macvim-dev/macvim - 6701abfb522ec1d2ac18a04495ea874b94496ca6 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2114: overflow detection not accurate when adding digits

Problem: overflow detection not accurate when adding digits
Solution: Use a helper function

Us...

github.com/macvim-dev/macvim - 22cbc8a4e17ce61aa460c451a26e1bff2c3d2af9 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2113: Coverity warns for another overflow in shift_line()

Problem: Coverity warns for another overflow in shift_line()
Solution: Test for INT_MAX after t...

github.com/macvim-dev/macvim - 22a97fc241361aa91bda84e5344d5b7c0cda3e81 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(doc): Refactor doc-Makefiles (#13519)

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

github.com/macvim-dev/macvim - ab4f27e2a8ae72970e24b83a6828ed4d2c6f112f authored 11 months ago by Restorer <[email protected]>
runtime(doc): document proper notation of gVim, document vim-security list

Also, while at it, document the vim-security mailing list.

closes: #13429

Signed-off-by: Chris...

github.com/macvim-dev/macvim - 6ffe084e6e629adcf5915286daee78058f6dd4b6 authored 11 months ago by Christian Brabandt <[email protected]>
translation(sr): Update Serbian messages translation (#13538)

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

github.com/macvim-dev/macvim - cc6be3e7557cba790c78812d8789f30596e09ecc authored 11 months ago by Ivan Pešić <[email protected]>
patch 9.0.2110: [security]: overflow in ex address parsing

Problem: [security]: overflow in ex address parsing
Solution: Verify that lnum is positive, bef...

github.com/macvim-dev/macvim - 060623e4a3bc72b011e7cd92bedb3bfb64e06200 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2112: [security]: overflow in shift_line

Problem: [security]: overflow in shift_line
Solution: allow a max indent of INT_MAX

[security]...

github.com/macvim-dev/macvim - 6bf131888a3d1de62bbfa8a7ea03c0ddccfd496e authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2111: [security]: overflow in get_number

Problem: [security]: overflow in get_number
Solution: Return 0 when the count gets too large

[...

github.com/macvim-dev/macvim - 73b2d3790cad5694fc0ed0db2926e4220c48d968 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2107: [security]: FPE in adjust_plines_for_skipcol

Problem: [security]: FPE in adjust_plines_for_skipcol
Solution: don't divide by zero, return ze...

github.com/macvim-dev/macvim - cb0b99f0672d8446585d26e998343dceca17d1ce authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2109: [security]: overflow in nv_z_get_count

Problem: [security]: overflow in nv_z_get_count
Solution: break out, if count is too large

Whe...

github.com/macvim-dev/macvim - 58f9befca1fa172068effad7f2ea5a9d6a7b0cca authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2108: [security]: overflow with count for :s command

Problem: [security]: overflow with count for :s command
Solution: Abort the :s command if the c...

github.com/macvim-dev/macvim - ac63787734fda2e294e477af52b3bd601517fa78 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2106: [security]: Use-after-free in win_close()

Problem: [security]: Use-after-free in win_close()
Solution: Check window is valid, before acce...

github.com/macvim-dev/macvim - 25aabc2b8ee1e19ced6f4da9d866cf9378fc4c5a authored 11 months ago by Christian Brabandt <[email protected]>
runtime(tar): comment out strange error condition check

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

github.com/macvim-dev/macvim - 67abf1592c83c910c7815478f67e0a8989d51417 authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2105: skipcol not reset when topline changed

Problem: Skipcol is not reset when topline changed scrolling cursor to top
Solution: reset skip...

github.com/macvim-dev/macvim - bb800a7907209f7d349f87b76b3b9ca30b416298 authored 11 months ago by Luuk van Baal <[email protected]>
patch 9.0.2104: wast filetype should be replaced by wat filetype

Problem: wast filetype should be replaced by wat filetype
Solution: start using the official wa...

github.com/macvim-dev/macvim - bc8f79d36a456054ed29f46585830af6d71f57c8 authored 11 months ago by rhysd <[email protected]>
runtime(doc): fix typo in pi_gzip.txt

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

github.com/macvim-dev/macvim - 30c762d99ac8e755afb00f89ddd009988e95abce authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2103: recursive callback may cause issues on some archs

Problem: recursive callback may cause issues on some archs
Solution: Decrease the limit drastic...

github.com/macvim-dev/macvim - 2076463e383901cef44685aaf4b63e4306444f9e authored 11 months ago by Christian Brabandt <[email protected]>
patch 9.0.2102: matchparen highlight not cleared in completion mode

Problem: matchparen highlight not cleared in completion mode
Solution: Clear matchparen highlig...

github.com/macvim-dev/macvim - 9588666360e94de3ff58d4bc79aa9148fbf5fc44 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(termdebug): improve the breakpoint sign label (#13525)

// related #12589
// that should be the last chat (I) with Bram, r.i.p

Signed-off-by: shane....

github.com/macvim-dev/macvim - 2dd613f57bf17eb8ff050bcb5510eb0279f5c9ab authored 11 months ago by Shane-XB-Qian <[email protected]>
Improve CONTRIBUTING.md

closes: #13521

Signed-off-by: shane.xb.qian <[email protected]>
Signed-off-by: Christian B...

github.com/macvim-dev/macvim - 4ae16d721a4c866c8aae2ed331d4ce933b4cf300 authored 11 months ago by shane.xb.qian <[email protected]>
patch 9.0.2101: CI: test_termdebug may still fail

Problem: CI: test_termdebug may still fail
Solution: use term_wait() to make it more robust

cl...

github.com/macvim-dev/macvim - fdbadea4b60e5e1a0bf192dc5ee04d8ab06f4399 authored 11 months ago by shane.xb.qian <[email protected]>
runtime(doc): Renamed "makefile_*.mak" for Vim documentation (#13517)

* Rename makefile_all.mak and makefile_mvc.mak

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

github.com/macvim-dev/macvim - 424da590e4d9dd13f94c0a2145a3f602976d5435 authored 11 months ago by Restorer <[email protected]>
runtime(lynx): Update for Lynx 2.8.9 (#13510)

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

github.com/macvim-dev/macvim - 2c133f6c1a165a74678a89722ed8c42967c295e4 authored 11 months ago by dkearns <[email protected]>
runtime(vim): Improve :let-heredoc syntax highlighting (#12923)

"trim" and "eval" are allowed in any order and whitespace is not
required after "=<<".

Signe...

github.com/macvim-dev/macvim - 9358b8d99349818666718f513655c2bf53d43754 authored 11 months ago by dkearns <[email protected]>
patch 9.0.2100: CI: test_termdebug fails

Problem: CI: test_termdebug fails
Solution: only test for a changed winlayout, if the window
...

github.com/macvim-dev/macvim - 305127f9f2f6058b4ec071041a2c98f76114a9b0 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(doc): clarify when formatoptions applies

closes: #13503

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

github.com/macvim-dev/macvim - 1b08d2cd0789fd9aaae148a64ff46342730022d7 authored 11 months ago by Christian Brabandt <[email protected]>
runtime(i3config): Update for i3 4.23 (#13522)

Co-authored-by: Ivan Grimaldi <[email protected]>
Signed-off-by: Christian Brabandt <cb@2...

github.com/macvim-dev/macvim - 5994329667a630b85fae07b9121668456e86b22d authored 11 months ago by Ivan Grimaldi <[email protected]>
patch 9.0.2099: win32: terminal codes clear the terminal

Problem: Terminal control codes¹ are sent even when silent
mode is on, causing the te...

github.com/macvim-dev/macvim - 6cd2d1df92718853a83d811cc2d29108e8c13139 authored 11 months ago by Nir Lichtman <[email protected]>
runtime(doc): Update usr_51.txt to be more inclusive (#13496)

use their instead of his as the user may not be male

Co-authored-by: K.Takata <[email protected]...

github.com/macvim-dev/macvim - 2c5240ec8b7d7b261ce794a74602c407ad5e6620 authored 11 months ago by ccn <[email protected]>
runtime(doc): Add missing null_<type> help tags (#13498)

Problem: Not all null_<type> values have a help tag
Solution: Add missing help tags

Signed-...

github.com/macvim-dev/macvim - 521fb7e1435b05eeb90a33531d6fc215e986fe5e authored 11 months ago by dkearns <[email protected]>
CI: labeler.yml use all instead of any for doc detection (#13507)

fixup: https://github.com/vim/vim/pull/13506#pullrequestreview-1722013761

Signed-off-by: Chri...

github.com/macvim-dev/macvim - f1952d9fa8ef15cd0689f766f070df3eb7830a22 authored 11 months ago by Philip H <[email protected]>
patch 9.0.2098: No filetype support for xcompose files

Problem: No filetype support for xcompose files
Solution: Add filetype detection

closes: #1350...

github.com/macvim-dev/macvim - 4f9074b96cc7efb1c829ca74902a851551dcf4e8 authored 11 months ago by ObserverOfTime <[email protected]>
runtime(doc): clarify `:help inclusion` section

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

github.com/macvim-dev/macvim - bee966d3fe96f20656183d260dd03f6abb11ad79 authored 11 months ago by Ernie Rael <[email protected]>
CI: labeler.yml: Add some more component detection rules (#13511)

Add rules for `installer`, `platform-mac`, `platform-windows`, `xxd`.

Signed-off-by: Christia...

github.com/macvim-dev/macvim - cb5e7a2026d36b4ccaad82717a1ad26fa0fc40f3 authored 11 months ago by K.Takata <[email protected]>
patch 9.0.2097: No support for cypher files

Problem: No support for cypher files
Solution: Add cypher filetype detection

Cypher query lang...

github.com/macvim-dev/macvim - 8f0fe20ff1a13b468fdfaf85c434475f75c7a615 authored 11 months ago by Gerrit Meier <[email protected]>
patch 9.0.2096: Vim9: confusing usage of private

Problem: Vim9: confusing usage of private
Solution: clarify and use protected keyword instead

...

github.com/macvim-dev/macvim - 03042a2753e3e6ac971045a8ce256d709214710e authored 11 months ago by Ernie Rael <[email protected]>
CI: labeler.yml: add documentation label (#13506)

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

github.com/macvim-dev/macvim - 4b0018feca3a75c7ad3d88360ae197af09e267ee authored 11 months ago by Philip H <[email protected]>
runtime(doc): fix grammar in termdebug doc, remove trailing spaces (#13505)

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

github.com/macvim-dev/macvim - 20a94f44b3cd4a33fb7d2ce5faf07a5244ba2cae authored 11 months ago by zeertzjq <[email protected]>
runtime(termdebug): improve window handling, shorten var types

closes #13474

Signed-off-by: shane.xb.qian <[email protected]>
Signed-off-by: Christian Br...

github.com/macvim-dev/macvim - ca48202b6f46cfb40a0d1d80033a2f3e8cb7b813 authored 11 months ago by shane.xb.qian <[email protected]>
runtime(termdebug): handle buffer-local mappings properly

closes: #13475

Signed-off-by: shane.xb.qian <[email protected]>
Signed-off-by: Christian B...

github.com/macvim-dev/macvim - 7fbbd7fdc6df9dc198b3735cfbe8dbe8afd646f9 authored 11 months ago by shane.xb.qian <[email protected]>