Lce wrote: > On 13 March 2016, Bram Moolenaar <[email protected]> wrote: > > > > I wrote: > > > > > Patch 7.4.1553 > > > Problem: ":runtime" does not use 'packpath'. > > > Solution: Add "what" argument. > > > Files: src/ex_cmds2.c, src/vim.h, runtime/doc/repeat.txt, > > > src/testdir/test_packadd.vim > > > > This completes the todo items I had for package support. Please check > > out the feature and let us know if something could be improved. The > > help can be found with ":help packages". > > The result is _very_ nice, thank you. > > One more issue though: if :packloadall is used to load packages > early and there is an error in one of the sourced plugins, the entire > operation seem to be aborted instead of going on with the next plugins. > As a result, this can break colorscheme again. :)
I suppose we could continue with the next directory. However, it might depend on the kind of error. E.g. if you accidentally run a version of Vim with some features missing, you probably just want to quit. One can hit CTRL-C for that. > Mostly unrelated: the directory structure of plugins should be > documented explicitly. Right now there is a de facto standard, and most > of the relevant bits and pieces are mentioned in the manual, but the > information is scattered across different sections and files. It would > be nice to have it all in a single place, for people that might consider > writing their first plugin. I'm open for suggestions. -- Just remember...if the world didn't suck, we'd all fall off. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
