roy nyc wrote: > I'd like to create help files that display correctly in the Vim help > facility and a set of companion files that display correctly at cross- > linked HTML pages. > > What's the best approach? > Can't help you with the cross-linked HTML pages (perhaps the utl.vim plugin would be of interest), but as for help pages:
put 'em into ~/.vim/doc run :helptags ~/.vim/doc (see :he helptags) Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
