Ben Haskell 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". > > > Are there any thoughts on bumping the major or minor version numbers? > Similarly, any thoughts on starting a branch for backwards-incompatible > features to add in Vim 8+?
Once the new features settle down we'll have 7.5. But for checking if a feature exists you should use has(). I just made an incompatible change in the channel options, that's the kind of thing we don't want once 7.5 is out. > I haven't been following closely, but the package support and channels > stuff both seem like huge, recent additions (and surely 1,553 patches could > be considered a minor change in and of itself). I hope it's all useful. -- It is hard to understand how a cemetery raised its burial cost and blamed it on the cost of living. /// 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.
