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

Commits on Mar 30, 2020

  1. Copy the full SHA
    652342c View commit details

Commits on Apr 1, 2020

  1. Merge pull request #83588 from evenbrenden/vim-pico8-syntax

    vimPlugins.vim-pico8-syntax: init at 2016-10-30
    timokau authored Apr 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bd12256 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
@@ -5041,6 +5041,17 @@ let
};
};

vim-pico8-syntax = buildVimPluginFrom2Nix {
pname = "vim-pico8-syntax";
version = "2016-10-30";
src = fetchFromGitHub {
owner = "justinj";
repo = "vim-pico8-syntax";
rev = "dbdd92fad0533eeaeaea844815d4de11e9507ce7";
sha256 = "0say0bb74rdbabgsf7rrbm8x841pmgh80fwr6kn94fgphr3vhm0s";
};
};

vim-plug = buildVimPluginFrom2Nix {
pname = "vim-plug";
version = "2020-01-27";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -389,6 +389,7 @@ Raimondi/delimitMate
rakr/vim-one
rbgrouleff/bclose.vim
reedes/vim-pencil
justinj/vim-pico8-syntax
reedes/vim-wordy
rhysd/committia.vim
rhysd/vim-grammarous