diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:24:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:24:24 +0200 |
commit | 00a927d62b68a3523cb1c4f9aa3f7683345c8182 (patch) | |
tree | 9138abae11d363aa87818791195edf6e85aef15d /runtime/doc/version7.txt | |
parent | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (diff) | |
download | vim-git-00a927d62b68a3523cb1c4f9aa3f7683345c8182.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 6fe116af2..7784075d8 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.2. Last change: 2009 Dec 02 +*version7.txt* For Vim version 7.2. Last change: 2010 May 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -56,6 +56,11 @@ Changed |changed-7.2| Added |added-7.2| Fixed |fixed-7.2| +VERSION 7.3 |version-7.3| +Changed |changed-7.3| +Added |added-7.3| +Fixed |fixed-7.3| + ============================================================================== INCOMPATIBLE CHANGES *incompatible-7* @@ -7142,5 +7147,34 @@ Pelle) Mac: Could not build with Perl interface. +============================================================================== +VERSION 7.3 *version-7.3* + +This section is about improvements made between version 7.2 and 7.3. + +This is a bug-fix release and there are a few new features. + + +Changed *changed-7.3* +------- + +The extra and language files are no longer distributed separately. +The files for all systems are included in one distribution. + + +Added *added-7.3* +----- + +New syntax files: + +New spell files: + +Breton. (Dominique Pelle) + + +Fixed *fixed-7.3* +----- + + vim:tw=78:ts=8:ft=help:norl: |