Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

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...

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...

c089c3816b7109a6f12bd8e7bdd7cba071ce840d 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 ...

b39b240c386a5a29241415541f1c99e2e6b8ce47 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

...

abfa13ebe92d81aaf66669c428d767847b577453 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 ...

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...

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...

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...

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]>

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...

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...

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...

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]>

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 ...

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...

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...

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...

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...

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...

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...

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...

b9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7 authored 11 months ago by Daniel Buch Hansen <[email protected]>
translation(de): Updated German translations (#13585)

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

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...

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 <...

64c6bfd8eef55a46a1f304d151c9464d7b93721c authored 11 months ago by Restorer <[email protected]>
translation(ru): updated Russian translations for tutorials (#13579)

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

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...

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 ...

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...

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]>

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...

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...

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...

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...

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 ...

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...

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 ...

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 (...

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: ...

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...

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 ...

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...

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...

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...

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...

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 <...

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...

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]>

596a9f29c83af85ace1a2702c88591851ad14df8 authored 11 months ago by h_east <[email protected]>
runtime(doc): minor typo fixes (#13548)

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

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...

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...

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...

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...

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

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

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...

6ffe084e6e629adcf5915286daee78058f6dd4b6 authored 11 months ago by Christian Brabandt <[email protected]>
translation(sr): Update Serbian messages translation (#13538)

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

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...

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]...

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

[...

73b2d3790cad5694fc0ed0db2926e4220c48d968 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...

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...

ac63787734fda2e294e477af52b3bd601517fa78 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...

cb0b99f0672d8446585d26e998343dceca17d1ce 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...

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]>

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...

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...

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

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

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...

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...

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....

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...

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...

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]>

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]>

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...

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
...

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]>

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...

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...

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]...

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-...

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...

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...

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]>

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...

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...

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

...

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

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

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]>

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...

ca48202b6f46cfb40a0d1d80033a2f3e8cb7b813 authored 12 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...

7fbbd7fdc6df9dc198b3735cfbe8dbe8afd646f9 authored 12 months ago by shane.xb.qian <[email protected]>
patch 9.0.2095: statusline may look different than expected

Problem: statusline may look different than expected
Solution: do not check for highlighting of...

6a650bf696f1df3214b3d788947447c5bbf1a77d authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2094: Vim9: need more assignment tests

Problem: Vim9: need more assignment tests
Solution: Add test for using different types in assig...

1fc47c2c9bf3121268ebab03a0662e0cf2e5cb26 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(wget): Update for Wget2 2.1.0 (#13497)

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

d56f15caf602a061f5f9f0a3c6a4537ab2dc6acc authored 12 months ago by dkearns <[email protected]>
patch 9.0.2093: Unsupported option causes skipping of modeline test

Problem: Unsupported option causes rest of modeline test to be skipped.
Solution: Revert the ch...

4d62a2f4439196c1cc0b2d0fc13a56dd03711b4d authored 12 months ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

e02454b9e6ace2dce8c25a5bbbf73d93a5685261 authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1457 from ychin/fix-macvim-warnings

Fix misc MacVim warnings and treat warnings as errors in CI

a38e37446ad0068efe5375afeefa6bc5602b8c37 authored 12 months ago by Yee Cheng Chin <[email protected]>
Fix misc MacVim warnings and treat warnings as errors in CI

In CI, turn on warnings as errors, but ignore deprecated warnings as we
are still using NSConnec...

b6f7d7d3e47a80bd2d0a660c90d7481c3d95b965 authored 12 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2092: tests: failure in test_arabic

Problem: tests: failure in test_arabic
Solution: adjust the test for the changed arabic keymap
...

2a94e9879283c55b162cf4e6d9ac7e0b0c35bc97 authored 12 months ago by Christian Brabandt <[email protected]>
runtime(keymap): Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430)

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

caee7956a21a8c1102266b31af44c432522bdb53 authored 12 months ago by avidseeker <[email protected]>
translation(ru): Update the translation of Russian messages to Vim 9.0.2091 (#13490)

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

3570631dc67677836d292a1838958d0def58c150 authored 12 months ago by Restorer <[email protected]>