Hirohito Higashi wrote: > 2016-3-13(Sun) 6:47:40 UTC+9 Bram Moolenaar: > > 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 > > > > > [snip...] > > --- 249,264 ---- > > > > Also see |pack-add|. > > > > + :packloadall[!] Load all packages in the "start" directories > > under > > + 'packpath'. The directories found are added to > > + 'runtimepath'. > > + This normally done during startup, after loading your > > + .vimrc file. With this command it can be done > > + earlier. > > + Packages will be loaded only once. After this command > > + it won't happen again. When the optional ! is added > > + this command will load packages even when done before. > > + See |packages|. > > 'packloadall' is missing tags. > Patch attached.
Thanks. I also notice there is an "is" missing. -- hundred-and-one symptoms of being an internet addict: 31. You code your homework in HTML and give your instructor the URL. /// 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.
