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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2383999f061
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 425095442834
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 25, 2019

  1. vimPlugins.vader-vim: init at 2019-05-18

    Vader is a test framework for testing other vim plugins.
    27 of the plugins in vim-plugin-names use Vader for their tests.
    chkno authored and Matthieu Coudron committed Oct 25, 2019
    Copy the full SHA
    4250954 View commit details
Showing with 12 additions and 0 deletions.
  1. +11 −0 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -2708,6 +2708,17 @@ let
};
};

vader-vim = buildVimPluginFrom2Nix {
pname = "vader-vim";
version = "2019-05-18";
src = fetchFromGitHub {
owner = "junegunn";
repo = "vader.vim";
rev = "de8a976f1eae2c2b680604205c3e8b5c8882493c";
sha256 = "1pibls5s74fkzvj7spdpdn2s6zka0zxg4yr02s6jd0bcniq210b5";
};
};

vCoolor-vim = buildVimPluginFrom2Nix {
pname = "vCoolor-vim";
version = "2018-10-06";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -151,6 +151,7 @@ junegunn/fzf.vim
junegunn/goyo.vim
junegunn/limelight.vim
junegunn/seoul256.vim
junegunn/vader.vim
junegunn/vim-easy-align
junegunn/vim-github-dashboard
junegunn/vim-peekaboo