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: NixOS/nixpkgs
base: ab4a04c38b3f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 06ef2ec02939
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 7, 2018

  1. fzf: fix vim plugin patch phase

    During patch phase, the path to the fzf binary is overwritten in the vim
    plugin source. The sed expression doing this wasn't working because the fzf
    code changed in this commit:
    junegunn/fzf@02ceae1
    making the patch useless.
    
    I fixed it and added a check to verify that the plugin was effecively
    patched to prevent this to happen in the future.
    cript0nauta committed May 7, 2018
    Configuration menu
    Copy the full SHA
    b917daa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Merge pull request #40136 from sh4r3m4n/fzf-fix

    fzf: fix vim plugin patch phase
    xeji committed May 8, 2018
    Configuration menu
    Copy the full SHA
    06ef2ec View commit details
    Browse the repository at this point in the history