On Mon, Jul 11, 2016 at 01:35:22PM -0700, Josh Triplett wrote: > From da7da47191265c5a376c7e32726941621e47e60c Mon Sep 17 00:00:00 2001 > From: Josh Triplett <[email protected]> > Date: Mon, 11 Jul 2016 13:33:59 -0700 > Subject: [PATCH 2/2] Provides: vim > > This allows vim addon packages that depend on vim to run with neovim > without having vim installed.
Actually, that won't currently work because nvim and vim look in different places for their addons. Also, not all addons work with nvim. vim-addon-manager, and the addon policy, need to be updated to support specifying whether addons are compatible with nvim and/or vim, and handle installation appropriately. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB

