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

runtime(tar): improve the error detection

Do not rely on the fact, that the last line matches warning, error,
inappropriate or unrecognize...

3d37231437fc0f761664a7cabc8f7b927b468767 authored 12 months ago by Christian Brabandt <[email protected]>
runtime(doc): document vim-script library function

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

da4e433dc3bee7fa521df3c7235d49a6732134ef authored 12 months ago by Christian Brabandt <[email protected]>
runtime(dist): Make dist/vim.vim work properly when lacking vim9script support (#13487)

`:return` cannot be used outside of `:function` (or `:def`) in older Vims
lacking Vim9script su...

b2a4c110a5d13bc794f4eddb2e88a4e8fe9dfbea authored 12 months ago by Sean Dewar <[email protected]>
patch 9.0.2091: Vim9: cannot convert list to string using +=

Problem: Vim9: cannot convert list to string using +=
(after 9.0.2072)
Solution: conv...

6709816f7807c3ebb062a3124e660def184b739b authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(dist): add legacy version for central vim library

Also, enable the zip and gzip plugins by default, unless those variables
were not explicitly set...

4f174f0de90b52937ddaf1e6db98e9731930ff7c authored 12 months ago by Christian Brabandt <[email protected]>
runtime(dist): centralize safe executable check and add vim library (#13413)

Follow up to 816fbcc26 (patch 9.0.1833: [security] runtime file fixes,
2023-08-31) and f7ac0ef5...

cd8a3eaf5348feacfecab4b374b7ea4ce6a97422 authored 12 months ago by D. Ben Knoble <[email protected]>
runtime(doc): clarify terminal capabilities for focus reporting

closes: #13440

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

08b1c61e8b67be2b6a95d9b85d3bbf84cc70712f authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2090: complete_info() skips entries with 'noselect'

Problem: complete_info() skips entries with 'noselect'
Solution: Check, if first entry is at or...

57f9ce1a0977da13e5923214086795ffa2d28ce1 authored 12 months ago by Christian Brabandt <[email protected]>
runtime(doc): Add Makefile for the Vim documentation on Windows (#13467)

* Makefile for the Vim documentation on Windows

* Corrected comments

Signed-off-by: Christ...

b23c1fc596501a8dfc0355ed8084dcbf018f7907 authored 12 months ago by Restorer <[email protected]>
patch 9.0.2089: sound_playfile() fails when using powershell

Problem: sound_playfile() fails when using powershell
Solution: quote filename using doublequot...

15d270019e88a8ba67618adf5efe1aaa81ce354b authored 12 months ago by GuyBrush <[email protected]>
patch 9.0.2088: Vim9: still allows abstract static methods

Problem: Vim9: still allows abstract static methods
(after v9.0.2084, v9.0.2085 and v...

5a53925a6eea929118e5438685e9ebc16ae48aa2 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(sh): Update sh syntax and add shDerefOffset to shDerefVarArray for bash (#13480)

Add shDerefOffset to shDerefVarArray.

Example code:

```bash
declare -a a=({a..z})

echo...

ce3b0136c6d9d09af41969d3dc9634f115505a32 authored 12 months ago by Lucien Grondin <[email protected]>
runtime(script.vim): make strace ft check less strict (#13482)

Strace output, depending on parameters (-ttf this time), can dump both
times and pid:
1038 ...

2f54c13292af053ec00c18e5fded87b1bc602822 authored 12 months ago by Jiri Slaby <[email protected]>
patch 9.0.2087: build-failure in vim9class

Problem: build-failure in vim9class
Solution: reference correct error message,
disabl...

33c1da7ff49c3ccdce3a6d98bd620e324c5cd6ff authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2086: code cleanup for option callbacks needed

Problem: code cleanup for option callbacks needed
Solution: remove flag os_doskip, it's not nec...

deba02ddd46e9e8adfe2f7800c6be19d8c8e1a4d authored 12 months ago by zeertzjq <[email protected]>
patch 9.0.2085: Vim9: abstract can be used in interface

Problem: Vim9: abstract can be used in interface
Solution: Disallow the use of abstract in an i...

2b358adde079d7cc8a7f42fcd5627866641c9a59 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2084: Vim9: abstract static methods are possible

Problem: Vim9: abstract static methods are possible
Solution: Disallow abstract static methods
...

ef9e3f8924363939ff45fa385f50f57146ff365c authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(sh) Update sh syntax and add shDblParen to shCaseList (#13469)

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

1858e2b22ad168b1fd44a4efcd3a2b6cd9f6772d authored 12 months ago by Lucien Grondin <[email protected]>
patch 9.0.2083: Perl: xsubpp may be in non-standard location

Problem: Perl: xsubpp may be in non-standard location
Solution: Add --with-subpp configure opti...

1b1c9f272ddfa5f1d7d903cd9d59320cb97bfd4b authored 12 months ago by Zdenek Dohnal <[email protected]>
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (#13472)

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

2b89afd5eb63864154d973e7991a56a53b87a767 authored 12 months ago by James McCoy <[email protected]>
patch 9.0.2082: test_channel may fail because of IPv6 config issue

Problem: test_channel may fail because of IPv6 config issues
Solution: Catch and skip the test,...

43cb8e1c3b60f6fcd30a9a0f9b01b86d640b2165 authored 12 months ago by James McCoy <[email protected]>
patch 9.0.2081: smoothscroll may result in wrong cursor position

Problem: With 'smoothscroll' set, "w_skipcol" is not reset when unsetting 'wrap'.
Res...

1bf1bf569b96d2f9b28e0cce0968ffbf2fb80aac authored 12 months ago by Luuk van Baal <[email protected]>
runtime(sh): add shDblParen to shLoopList for bash (#13445)

add shDblParen to shLoopList to correctly highlight
arithmetic expressions for Bash and Ksh

...

a390e984db20575dc726b4e0ebf95582265df8e7 authored 12 months ago by Lucien Grondin <[email protected]>
patch 9.0.2080: vim9_script test too large

Problem: vim9_script test too large
Solution: split vim9 type alias test into
separat...

171c50e0b0dd2608738bcc3809e5bc5e1e3cce35 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): all secure options should note this restriction in the documentation (#13448)

Problem: Not all secure options document their status
Solution: Describe secure context :set r...

8ebdbc9e6d80b707c2b2d923e702dc86bf902923 authored 12 months ago by dkearns <[email protected]>
patch 9.0.2079: Not all Dart files detected

Problem: Not all Dart files detected
Solution: Add shebang filetype detection for Dart

closes:...

c1c177a47bfe1b9a524ede2743a689e461668d14 authored 12 months ago by Doug Kearns <[email protected]>
patch 9.0.2078: several problems with type aliases

Problem: several problems with type aliases
Solution: Check for more error conditions, add test...

feaccd239573a6265d39d3a917862ee40742eab4 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1455 from ychin/fix-help-menu-docs-search-special-char

Fix Help menu searching Vim doc not working with special chars

0f293b5e1c309e58a3c382c3c810a872687fdc10 authored 12 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2077: CI fails because of trailing whitespace in test

Problem: CI fails because of trailing whitespace in test
Solution: Remove it

Signed-off-by: Ch...

87ca5e86fa0ef305f3d39cc4261b622f21417f7f authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2076: Vim9: No support for type aliases

Problem: Vim9: No support for type aliases
Solution: Implement :type command

A type definition...

ec3cebbd2b6b7583d2f683f5e66345163ec122aa authored 12 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2075: TextChangedI may not always trigger

Problem: TextChangedI may not always trigger
Solution: trigger it in more cases: for insert/
...

4bca4897a12dfb91b3b27e3083fd5f370bd857d1 authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2074: Completion menu may be wrong

Problem: Completion menu may be wrong
Solution: Check for the original direction of the complet...

daef8c74375141974d61b85199b383017644978c authored 12 months ago by Christian Brabandt <[email protected]>
runtime(netrw): don't echo empty lines (#13431)

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

650dcfc8d12e68aa05a358301ec15f9e6dbd03ba authored 12 months ago by nwounkn <[email protected]>
Fix Help menu searching Vim doc not working with special chars

Previously Help menu's Vim doc search did not work with special key
documentation like `<Down>` ...

565a8a17adfe2edcd020c8431e0ca32b9f6f4d59 authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1454 from ychin/add-basic-macvim-objc-tests

Add basic tests for MacVim

81d23bccfdad5d15ce8bde1909c0b8b781950915 authored 12 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2073: typo in quickfix.c comments

Problem: typo in quickfix.c comments
Solution: fix them

closes: #13422

Signed-off-by: Christi...

b0221819f3f7cf5cd526338070ea30b59d69315b authored 12 months ago by zeertzjq <[email protected]>
runtime(debian): update debian related runtime files (#13423)

* Update Debian runtime files

Add mantic as a supported Ubuntu release and move buster/kineti...

7b7cda67a1246874520b280277d9b1447e1a7ef5 authored 12 months ago by James McCoy <[email protected]>
patch 9.0.2072: Vim9: no nr2str conversion in list-unpack

Problem: Vim9: no nr2str conversion in list-unpack
Solution: Generate 2STRING instruction to co...

c229a6ac0775e07dff456ca8832c516e57a74e74 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2071: objdump files not recognized

Problem: objdump files not recognized
Solution: detect *.objdump files, add a filetype plugin

...

10407df7a95d0311c7d2eb920d3b72020db5b301 authored 12 months ago by Colin Kennedy <[email protected]>
patch 9.0.2070: [security] disallow setting env in restricted mode

Problem: [security] disallow setting env in restricted mode
Solution: Setting environment varia...

6b89dd6a7257a1e2e9c7ea070b407bc4674a5118 authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2069: possible to escape bracketed paste mode with Ctrl-C

Problem: possible to escape bracketed paste mode with Ctrl-C
Solution: Do not handle Ctrl-C spe...

67ec6553839f070cd4cc8effa26a9db1750e17b6 authored 12 months ago by David Leadbeater <[email protected]>
patch 9.0.2068: [security] overflow in :history

Problem: [security] overflow in :history
Solution: Check that value fits into int

The get_list...

9198c1f2b1ddecde22af918541e0de2a32f0f45a authored 12 months ago by Christian Brabandt <[email protected]>
Add basic tests for MacVim

Add a few tests for MacVim using XCTest. Previously MacVim had
essentially zero automatic tests....

9fe55b07fdf2449a082f84b653c60064df20c09b authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1453 from ychin/launch-with-clean-defaults

Allow launching MacVim in clean defaults, add menu to open clean Vim

1f3046250d0acc3654e79e596b3328977b160b05 authored 12 months ago by Yee Cheng Chin <[email protected]>
Allow launching MacVim in clean defaults, add menu to open clean Vim

Now support a `-IgnoreUserDefaults 1` flag that can be passed to MacVim
at launch, which would c...

fa83ca5cb1dd14f5b7b0dc88f779d11e86e2fa8c authored 12 months ago by Yee Cheng Chin <[email protected]>
runtime(doc): clarify bracketed paste mode

related: #13398

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

5f5131d775bf9966976e39aa38b070036cbfe969 authored 12 months ago by Christian Brabandt <[email protected]>
runtime(doc): missing code formatting in if_pyth.txt

fixes: #13418

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

a56f02d824288104823e9740e1b1fe045c3ab994 authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2067: xxd: coloring was disabled on Cygwin

Problem: xxd: coloring was disabled on Cygwin
Solution: don't include WIN32

xxd: Fix that colo...

c4a403860353ff35dc47e2a52818e771fa228083 authored 12 months ago by Ken Takata <[email protected]>
patch 9.0.2066: xxd: corrupting files when reversing bit dumps

Problem: xxd: corrupting files when reversing bit dumps
Solution: handle reversing bit dump sli...

1c14030aff238abef03bdf87e6b33c7e5d7ffd51 authored 12 months ago by OldWorldOrdr <[email protected]>
patch 9.0.2065: EXPAND flag set for filetype option

Problem: EXPAND flag set for filetype option
Solution: Remove P_EXPAND flag from the 'filetype'...

3932072ab435eb171ab55b2a2c0185358cd0d7bf authored 12 months ago by Doug Kearns <[email protected]>
patch 9.0.2064: cannot use buffer-number for errorformat

Problem: cannot use buffer-number for errorformat
Solution: add support for parsing a buffer nu...

b731800522af00fd348814d33a065b92e698afc3 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): Fix typos in several documents (#13420)

* Fix typos in several documents
* Update runtime/doc/terminal.txt

Co-authored-by: K.Takata ...

5985879e3c36383155f84649fa42d06813a1893e authored 12 months ago by h_east <[email protected]>
please report security issues to the vim-security list

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

50f3ec2898a43feaa6add2bc4875754cf9224d5e authored 12 months ago by Christian Brabandt <[email protected]>
patch 9.0.2063: pacman hooks are detected as conf filetype

Problem: pacman hooks are detected as conf filetype
Solution: make it consistent to pacman.conf...

7d254dbc2db35badc65668db85f826f605486986 authored 12 months ago by Guido Cella <[email protected]>
patch 9.0.2062: Janet files are not recognised

Problem: Janet files are not recognised
Solution: Add filename and shebang detection (without
...

c038427d2a27445e612761f19c92b2b8b05afdea authored 12 months ago by Doug Kearns <[email protected]>
patch 9.0.2061: not able to detect xkb filetypes

Problem: not able to detect xkb filetypes
Solution: Detect files below /u/s/X11/xkb as xkb file...

ae9021a840db3253b0e0cb84186faae73368afd7 authored 12 months ago by Guido Cella <[email protected]>
patch 9.0.2060: *.{gn,gni} files are not recognized

Problem: *.{gn,gni} files are not recognized
Solution: Detect some as gn filetype (without addi...

84394f2be4a750f1e26b478e36de041663f4b5a4 authored 12 months ago by Amaan Qureshi <[email protected]>
runtime(doc): small updates to the documentation for varargs

- update and correct the documentation for varargs for Vim9 and make
sure to mention that a <l...

a5a1534753db361f6320e766014d42602c79537f authored 12 months ago by Ernie Rael <[email protected]>
runtime(vim): Update ftplugin - comment motions (#13412)

Fix the pattern used by comment-motion mappings to match the start of a
block comment.

Block...

fea96c00e55a71e3007907ff4f7ad513bb9ff0eb authored 12 months ago by dkearns <[email protected]>
Merge pull request #1452 from ychin/use-new-xcodeproj-format

Update xcodeproj version, generate a compatible one for Xcode 8+

b0ba0b90c504369e64d0469332fc9de8103a9b65 authored 12 months ago by Yee Cheng Chin <[email protected]>
Update xcodeproj version, generate a compatible one for Xcode 8+

Certain newer Xcode features such as parallel builds require a newer
version to be specified in ...

ecea5eadc79af3c5f2e152099230867454440c94 authored 12 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2059: outstanding exceptions may be skipped

Problem: outstanding exceptions may be skipped
Solution: When restoring exception state, proces...

0ab500dede4edd8d5aee7ddc63444537be527871 authored 12 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2058: tests: avoid error when no swap files exist

Problem: tests: avoid error when no swap files exist
Solution: use unlet! so that no error mess...

a36acb7ac444a789440dc30e0f04d5427069face authored 12 months ago by zeertzjq <[email protected]>
patch 9.0.2057: Vim9: no strict type checks for funcrefs varargs

Problem: Vim9: no strict type checks for funcrefs varargs
Solution: Perform strict type checkin...

3ec6c1fe3bb1b366b710d3e7226f7eed3be1801a authored 12 months ago by Ernie Rael <[email protected]>
matchparen: do not use hard-coded match id (#13393)

* matchparen: do not use hard-coded match id

Instead of using the hard-coded match id 3, whic...

d3e277f279ed628809eb6857ea3ebcfca566ca2a authored 12 months ago by Christian Brabandt <[email protected]>
MacVim r178.1 (prerelease)

Updated to Vim 9.0.2043

bb85affbcbea3dd4d25d9f642c37fd00a3d4d3b6 authored 12 months ago by Yee Cheng Chin <[email protected]>
Add release.yml to aid pre-release release notes generation

Currently this is only for pre-release builds as main releases usually
use hand-written release ...

39b2417ca7447846a9c8ab940f05c3ae4e4ff9df authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1450 from ychin/fix-fullscreen-notch-menu

Fix non-native full screen show menu with notch, and changing resolution

4c5bd966f4aa97fb70a77b5883476c85aca26a4e authored 12 months ago by Yee Cheng Chin <[email protected]>
Fix non-native full screen show menu with notch, and changing resolution

Currently MacVim's "show menu bar" option for non-native full screen
does not work properly on n...

b200f56497b16718191dfda2c4240eb87c6e43df authored 12 months ago by Yee Cheng Chin <[email protected]>
patch 9.0.2056: no digraph for quadruple prime

Problem: no digraph for quadruple prime
Solution: add quadruple prime digraph using 4'

closes:...

47416d1a7441f8c815438903e78ba0a2d877699e authored 12 months ago by Jonathan Wright <[email protected]>
patch 9.0.2055: Vim9: non-consistent error messages

Problem: Vim9: non-consistent error messages
Solution: make error messages more consistent with...

d4802ec48560b30d5a2fea243b05bd0f70364f7b authored 12 months ago by Ernie Rael <[email protected]>
patch 9.0.2054: win32: iscygpty needs update

Problem: win32: iscygpty needs update
Solution: Update iscygpty to the latest version, make use...

ac709e2fc0db6d31abb7da96f743c40956b60c3a authored 12 months ago by Ken Takata <[email protected]>
Merge pull request #1447 from ychin/whats-new-show-prerelease

Allow showing pre-release in What's New page

af215e42ece02b17d55cec38f64d6f06052a4975 authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1448 from ychin/fix-macos14-non-native-fullscreen-background-color

Fix macOS 14 Sonoma non-native full screen background color

8aa089ee3627d62c377d092f8cdf55b608fb24a7 authored 12 months ago by Yee Cheng Chin <[email protected]>
Fix macOS 14 Sonoma non-native full screen background color

Non-native full screen's configured background color (default to black)
stopped working when bui...

3d73af4401c4098cba931ad8117329ed08e01895 authored 12 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1446 from ychin/sparkle-2.5

Sparkle 2.5.1

784b26c931a2142b9551e81cd4f3c9dcea63d114 authored 12 months ago by Yee Cheng Chin <[email protected]>
runtime(json5): Add new ftplugin (#13385)

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

d5dc58aeed1b3e76527685d04906afd634d45949 authored almost 1 year ago by dkearns <[email protected]>
patch 9.0.2053: zig filetype detection test wrong

Problem: zig filetype detection test wrong
Solution: Remove .zir pattern, add new test for .zon...

a8c664a042707e293d887d5b90f944f6fd5c99aa authored almost 1 year ago by Gregory Anders <[email protected]>
patch 9.0.2052: win32: using deprecated wsock32 api

Problem: win32: using deprecated wsock32 api
Solution: Use winsock2 (ws2_32) consistently

win3...

c6944913f0aa56cdfd9ad7464ab05d2815d9d815 authored almost 1 year ago by Ken Takata <[email protected]>
patch 9.0.2051: Vim9: wrong error for non-existing object var

Problem: Vim9: wrong error for non-existing object var
Solution: mention object or class depend...

00b55370b3adfc386ab27154df5c51410a099910 authored almost 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(zig): Update Zig runtime files (#13388)

Update runtime files from upstream (https://github.com/zig/zig.vim) at
commit 54c216e5306a5c387...

e08bfef88bd05a9d27ee16c57cd10173e280f600 authored almost 1 year ago by Gregory Anders <[email protected]>
Remove mention of huntr.dev since they do no longer support us

They do no longer support us, since they are shifting away to AI/ML
projects only. So remove any...

198734897ead52f975d209bf2cd4f5c6f6ca200d authored almost 1 year ago by Christian Brabandt <[email protected]>
Patch 9.0.2050v2: Missing change to version.c

Problem: v9.0.2050 missed the change to version.c
Solution: include the version.c change

Signe...

ba75507c62b5aa84295968a9c15788667e95fa6a authored almost 1 year ago by Christian Brabandt <[email protected]>
Sparkle 2.5.1

This version adds the ability to show release notes based on what the
current version is, so we ...

ecb41ac7e327a9dd285f4df0444bb9c03c3d85f7 authored almost 1 year ago by Yee Cheng Chin <[email protected]>
Allow showing pre-release in What's New page

1adcde6f68184224a9235598c6ad6fb305181d77 authored almost 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2050: Vim9: crash with deferred function call and exception

Problem: Vim9: crash with deferred function call and exception
Solution: Save and restore excep...

c59c1e0d88651a71ece7366e418f1253abbe2a28 authored almost 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2049: Vim9: not recognizing qualified class vars for infix ops

Problem: Vim9: not recognizing qualified class vars for infix ops
Solution: Drop the class type...

d7b616d0ad006db06140729313b6217677cc4e80 authored almost 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2048: python: uninitialized warning

Problem: python: uninitialized warning
Solution: initialize 'minor' always

win32,py3: Fix unin...

982ef16059bd163a77271107020defde0740bbd6 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.2047: perl: warning about inconsistent dll linkage

Problem: perl: warning about inconsistent dll linkage
Solution: suppress warning

Suppress warn...

2b126a6892b485bc9924464fabdf2313e1100aa9 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.2046: win32,python: warning that MS_WIN64 got re-defined

Problem: win32,python: warning that MS_WIN64 got re-defined
Solution: Do not define MS_WIN64, a...

436f39390f0a5d4c4877edcf69b469987d706f3c authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.2045: tests: checking for swap files takes time

Problem: tests: checking for swap files takes time
Solution: don't check for swap files when t...

a0e1f06f04da3444e278ddf47e2ea3d5857a7dec authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.2044: Vim9: exceptions confuse defered functions

Problem: Vim9: exceptions confuse defered functions
Solution: save and restore exception state ...

0672595fd50e9ae668676a40e28ebf66d7f52392 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(systemd): allow for overriding systemd ftplugin settings (#13373)

closes: #13357

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

5036e698520b2c39e4df5738f026a68ba2e76fef authored about 1 year ago by Enno <[email protected]>
Merge remote-tracking branch 'vim/master'

e910841ee78c84fc43b3f5351d3cc8bb8a40ecf1 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2043: Vim9: issue with funcref assignmentand varargs

Problem: Vim9: issue with funcref assignmentand varargs
Solution: Fix funcref type checking

cl...

96952b2e98cb5f05bc3b3adfb0029056f39cffef authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.2042: Test_cq_zero_exmode fails without channel feature

Problem: Test_cq_zero_exmode fails without channel feature
Solution: Make the test check the ch...

c290009e99405024a0d91ec7fab21ac7111c421b authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2041: trim(): hard to use default mask

Problem: trim(): hard to use default mask (partly revert v9.0.2040)
Solution: use default mask ...

8079917447e7436dccc2e4cd4a4a56ae0a4712f2 authored about 1 year ago by Illia Bobyr <[email protected]>
Merge pull request #1444 from ychin/enable-ci-link-time-optimization-2

Use -O3 and link-time-optimization for published builds

c368ebbf35f241504984befa45858734ec0778d1 authored about 1 year ago by Yee Cheng Chin <[email protected]>
runtime(json5): include syntax script for json5 (#13356)

Merging syntax file from gutenye/json5.vim, modified to include proper
vim header.

See: http...

5a33ce2a661fb836d4c5c489f2a850172a23e0b0 authored about 1 year ago by Rolf Vidar Mazunki Hoksaas <[email protected]>
patch 9.0.2040: trim(): hard to use default mask

Problem: trim(): hard to use default mask
Solution: Use default 'mask' when it is v:none

The d...

6e6386716f9494ae86027c6d34f657fd03dfec42 authored about 1 year ago by Illia Bobyr <[email protected]>