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

build: pre-process vim patches with uncrustify #20786

Merged
merged 1 commit into from
Oct 24, 2022

Commits on Oct 24, 2022

  1. build: pre-process vim patches with uncrustify

    This will enable a larger amount of chunks being automatically included
    due to fewer formatting differences between the vim and neovim files.
    
    The strategy is straightforward, if a bit tedious:
    
    - Get a list of all changed files.
    - Checkout parent commit. Copy all relevant files to a temporary
      location.
    - Checkout patch commit. Copy all relevant files to a temporary
      location.
    - Format .c and .h files with uncrustify.
    - Generate a diff from from these files.
    
    Closes neovim#6226
    dundargoc committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2087665 View commit details
    Browse the repository at this point in the history