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: 1c8fea18e265
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 22d0f320e88f
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 23, 2018

  1. vimPlugins: Update

    timokau committed Dec 23, 2018
    Copy the full SHA
    1e25b74 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Copy the full SHA
    ce7899b View commit details
    Browse the repository at this point in the history
  2. vimUtils: represent vim plugins as derivations

    Vim plugins were previously represented as strings by default,
    necessitating a `knownPlugins` set. Backwards compatibility is kept
    (strings are still accepted), so vam plugins should continue to work.
    timokau committed Dec 24, 2018
    Copy the full SHA
    b352318 View commit details
    Browse the repository at this point in the history
  3. vimUtils: add dependency logic to nativeImpl

    nativeImpl previously simply ignored dependency information.
    timokau committed Dec 24, 2018
    Copy the full SHA
    8e8a09b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. vimPlugins: Update

    timokau committed Dec 27, 2018
    Copy the full SHA
    edf8b98 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96b6396 View commit details
    Browse the repository at this point in the history
  3. vimPlugins: use fixed point

    timokau committed Dec 27, 2018
    Copy the full SHA
    af46529 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. vimPlugins.taglist-vim: fix build

    The override actually broke the build, no idea why it was added
    originally. The build works fine without it.
    timokau committed Dec 28, 2018
    Copy the full SHA
    58b4351 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52767 from timokau/vim-plugin-updates

    Fix vim-plugin dependencies
    timokau committed Dec 28, 2018
    Copy the full SHA
    22d0f32 View commit details
    Browse the repository at this point in the history