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: 68553b756fa2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fa8f1340ffbc
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 18, 2019

  1. neovim: fix indentation

    timokau committed Jan 18, 2019
    Copy the full SHA
    51c4768 View commit details
    Browse the repository at this point in the history
  2. neovim: generate remote plugin manifest

    This makes sure the user doesn't have to call `UpdateRemotePlugins`
    manually for plugins installed through nix. A minor patch to neovim is
    necessary, but it should be harmless. See
    neovim/neovim#9413 for a discussion about
    the patch.
    timokau committed Jan 18, 2019
    Copy the full SHA
    ab22e8c View commit details
    Browse the repository at this point in the history
  3. vimUtils.buildVimPlugin: write vim errors to stderr

    Previously vim would silently fail when help tags couldn't be generated.
    We need to pass the "verbose" flag (with verbose level 1) to convince
    vim to print errors to standard error.
    timokau committed Jan 18, 2019
    Copy the full SHA
    2bc0e00 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Merge pull request #53084 from timokau/neovim-remote-plugins

    neovim: generate remote plugin manifest
    Mic92 committed Jan 21, 2019
    Copy the full SHA
    fa8f134 View commit details
    Browse the repository at this point in the history