Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cappyzawa/trim.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: cappyzawa/trim.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 28, 2023

  1. fix test

    cappyzawa committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a6bda70 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. disable ci workflow

    cappyzawa committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    4435499 View commit details
    Browse the repository at this point in the history
  2. remove ci workflow

    cappyzawa committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e89c10c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. add user command TrimNow and config.trim_on_write (#16)

    * add user command TrimNow and config.trim_on_write
    
    - add function based on previous update:
    . TrimNow: user command to call directly
    . trim_on_write: config option to control the initial state
    
    - compatability change:
    . config.disable rename to config.blacklist
    
    * user command rename: TrimNow -> Trim
    
    * move fstype check from trim() to BufWritePre cb
    
    - manually Trim should work on all files
    
    * fix config compatability: map disable to blacklist
    
    - use `disable` if present when `blacklist` not set
    
    * config rename: blacklist -> ft_blocklist
    rtgiskard authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9202bc3 View commit details
    Browse the repository at this point in the history
Loading