Thursday, April 27, 2017

Re: [ANN] minpac v1.0: a minimal package manager for Vim 8

Hi Yutao,

2017-4-27(Thu) 19:23:12 UTC+9 Yutao Yuan:
> On Fri, Apr 21, 2017 at 10:06:44PM -0700, Ken Takata wrote:
> > Hi all,
> >
> > I announce release of minpac ver 1.0.
> > It is a minimal package manager for Vim 8 (and Neovim).
> >
> > https://github.com/k-takata/minpac
> >
> > Minpac utilizes the packages feature of Vim 8, and uses the jobs feature for
> > parallel install/update. So, it is simple and fast.
> >
> > Have fun!
> >
> > Regards,
> > Ken Takata
>
> A few months ago I tried to use vim packages to manage plugins, but it
> wasn't adding the "after" directories in the correct order, and breaks
> several plugins. Is this still the case now?

About this? Well it's fixed.

Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Aug 6 19:01:55 2016 +0200

patch 7.4.2164
Problem: It is not possible to use plugins in an "after" directory to tune
the behavior of a package.
Solution: First load plugins from non-after directories, then packages and
finally plugins in after directories.
Reset 'loadplugins' before executing --cmd arguments.

--
Best regards,
Hirohito Higashi (h_east)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: