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: 17c51ef4361b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 484e1807a636
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 9, 2018

  1. Copy the full SHA
    97acac9 View commit details
    Browse the repository at this point in the history
  2. vim-plugins: rewrite updater

    A new python script has been added to replace the aged viml-based
    updater. The new updater has the following advantages:
    
    - use rss feeds to check for updates quicker
    - parallel downloads & better caching
    - uses proper override mechanism instead of text substitution
    - update generated files in-place instead of having to insert updated plugins manually
    
    Automatically reading `dependencies` from the plugins directory has been
    not re-implemented.
    This has been mostly been used by Mark Weber's plugins, which seem to
    no longer receive regular updates.
    This could be implemented in future as required.
    Mic92 committed Sep 9, 2018
    Copy the full SHA
    953199f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46394 from Mic92/vim-updater

    vim-plugins: rewrite updater
    Mic92 committed Sep 9, 2018
    Copy the full SHA
    484e180 View commit details
    Browse the repository at this point in the history