Yakov Lerner wrote:
> If vimscript functions had remark "Added in vim7.1.129", it would be
> useful. For example, if you want to know how portable the script is.
This gets really messy, especially if you also want to mention
extensions and changes done in a later version. And worse when
including bug fixes.
You can find the information in the version*.txt help files.
E.g. with ":help version7" you can see that all the List and Dictionary
stuff has been added in Vim 7.0. So instead of adding a remark "since
Vim 7.0" to every command, function, variable, etc. that uses a List
there is only this remark. It's a bit more work to figure out when
something got added, but it avoids a lot of mess scattered in the help
files. Some people may already find the {not in Vi} comments annoying.
--
TALL KNIGHT OF NI: Ni!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---