> AK: If I get you right, you've basically implemented a docstring > parser for VimL... do I read you? Is this code published somewhere?
I use this ruby script to generate help files from embedded comments similar to how rdoc works for ruby source files: http://github.com/tomtom/vimtlib/blob/master/ruby/vimdedoc.rb Description: http://github.com/tomtom/vimtlib/blob/master/ruby/vimdedoc.txt Maybe it's of help. -- 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
