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

Commits on Jan 9, 2020

  1. vimPlugins.vim-endwise: init at 2019-11-13

    iv-nn authored and Jon committed Jan 9, 2020
    Copy the full SHA
    f58d7da 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
@@ -3665,6 +3665,17 @@ let
};
};

vim-endwise = buildVimPluginFrom2Nix {
pname = "vim-endwise";
version = "2019-11-13";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-endwise";
rev = "bf90d8be447de667f4532b934d1a70881be56dd8";
sha256 = "1czx891via5783yk222mhki94wvq75hxxp1xk1d5m90vwqb3azfn";
};
};

vim-eunuch = buildVimPluginFrom2Nix {
pname = "vim-eunuch";
version = "2019-11-13";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -442,6 +442,7 @@ tomtom/tlib_vim
tpope/vim-abolish
tpope/vim-commentary
tpope/vim-dispatch
tpope/vim-endwise
tpope/vim-eunuch
tpope/vim-fireplace
tpope/vim-flagship