Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override nested arrays when merging TOML #2145

Merged

Commits on Apr 18, 2022

  1. override nested arrays when merging TOML

    We merge the elements of arrays for the top-level array. For
    `languages.toml`, this is the array of languages. For any nested
    arrays, we simply take the `right` array as-is instead of using
    the union of `left` and `right`.
    
    closes helix-editor#1000
    the-mikedavis committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5c9e5e5 View commit details
    Browse the repository at this point in the history