From: Bram Moolenaar To: vim-dev@vim.org Subject: Vim 6.0j alpha available Date: Sun, 22 Oct 2000 22:20:34 +0200 Message-Id: <200010222020.WAA15272@moolenaar.net> Yet another Vim in the 6.0 series. Major changes ------------- Plugin support has been improved. More items can now be local to a script. See ":help write-plugin" for a comprehensive explanation. It still looks a bit complicated. If you have suggestions how to make this simpler, let us know! Relevant new items are: - argument to ":map": only add a mapping when it wasn't defined before. - Made s: script variables usable in the functions defined in the script (and in functions defined by those functions). - Added Script ID, used to define functions and mappings local to a script. - When executing an autocommand or user command, set its context for and s:var to the script where it was defined. Makes it possible to call local script functions and use mappings with . - User commands can be local to a buffer: ":command -buffer". - Added