Martin Krischik wrote:
Hello,
Vim 7.0 has been out for some time now and also has a host of new
features and I, for example, have added all the new stuff to the Ada
support [1].
But the files which come with vim are still the old 6.x files - which
leads me to the questions:
How are updates to the runtime files submitted?
When is the deadline for 7.1 (The runtime is not updated for patch
version - right)?
Martin
[1] http://www.vim.org/scripts/script.php?script_id=1609
--Martin Krischik
[EMAIL PROTECTED]
- Many runtime files, and in particular most of the help files, have
been reissued with new or updated contents for version 7.0. You should
find them, for instance, under vim70/runtime/ in
http://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2
- You can get the latest runtime files by cvs, svn, or by downloading
everything in ftp://ftp.vim.org/pub/vim/runtime/ except the contents of
its dos/ subdirectory. (The latter are duplicate copies with "Dos-like"
(CR+NL) ends-of-lines; however, even Dos/Windows versions of Vim will,
with their default settings, understand Vim scripts with "Unix-like" (NL
only) ends-of-lines; and the latter are a few percent (one byte per
line) shorter.) These "latest" runtimes may contain upgrades which have
not made their way into official "patches".
- If you are the maintainer of a script, you should already know how to
submit its updates; if you don't or aren't, do as anyone would:
- If you have suggestions for patches or enhancements to the source
and/or runtime files of Vim, submit them to Bram Moolenaar <
[EMAIL PROTECTED] >. He may or may not include them into the next
"official" sources, or maybe the ones after that.
- I haven't seen any roadmap for any version of Vim beyond 7.0. We'll
see it when we meet it.
Best regards,
Tony.