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

Commits on Oct 1, 2019

  1. vimPlugins.todo-txt-vim: init at 2016-11-10

    Kierán Meinhardt authored and Jon committed Oct 1, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3fc5a4e View commit details
  2. vimPlugins.vim-fetch: init at 2019-04-03

    Kierán Meinhardt authored and Jon committed Oct 1, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e7ac6e3 View commit details
Showing with 25 additions and 0 deletions.
  1. +23 −0 pkgs/misc/vim-plugins/generated.nix
  2. +2 −0 pkgs/misc/vim-plugins/vim-plugin-names
23 changes: 23 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -2542,6 +2542,18 @@ let
};
};

todo-txt-vim = buildVimPluginFrom2Nix {
pname = "todo-txt-vim";
version = "2016-11-10";
src = fetchFromGitHub {
owner = "freitass";
repo = "todo.txt-vim";
rev = "6845221d45bd62e604c2024bc511a56e79d1118b";
sha256 = "08m9q5f2pz6gjp0vkmm7glfsrbnldxi1j59dm5d7any6y96xxd6v";
fetchSubmodules = true;
};
};

traces-vim = buildVimPluginFrom2Nix {
pname = "traces-vim";
version = "2019-09-30";
@@ -3334,6 +3346,17 @@ let
};
};

vim-fetch = buildVimPluginFrom2Nix {
pname = "vim-fetch";
version = "2019-04-03";
src = fetchFromGitHub {
owner = "wsdjeg";
repo = "vim-fetch";
rev = "76c08586e15e42055c9c21321d9fca0677442ecc";
sha256 = "0avcqjcqvxgj00r477ps54rjrwvmk5ygqm3qrzghbj9m1gpyp2kz";
};
};

vim-fireplace = buildVimPluginFrom2Nix {
pname = "vim-fireplace";
version = "2019-09-01";
2 changes: 2 additions & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -85,6 +85,7 @@ fenetikm/falcon
fisadev/vim-isort
flazz/vim-colorschemes
floobits/floobits-neovim
freitass/todo.txt-vim
frigoeu/psc-ide-vim
fsharp/vim-fsharp
garbas/vim-snipmate
@@ -465,6 +466,7 @@ wellle/tmux-complete.vim
will133/vim-dirdiff
wincent/command-t
wincent/ferret
wsdjeg/vim-fetch
xolox/vim-easytags
xolox/vim-misc
xuhdev/vim-latex-live-preview