diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
commit | 7f03644116399ebcf036ef7ea9f62391a948ff54 (patch) | |
tree | eaa205d393764282e97596b7d7667e028693ea7c /runtime/doc/version7.txt | |
parent | 35f330c0d21abe335ce242bfbbbcd7a8efb9108b (diff) | |
download | vim-7f03644116399ebcf036ef7ea9f62391a948ff54.zip |
Last changes for the 7.3 release!
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index bd544f06f..1d559f7cd 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3g. Last change: 2010 Aug 14 +*version7.txt* For Vim version 7.3. Last change: 2010 Aug 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -10148,5 +10148,7 @@ Fix: Include wchar.h in charset.c for towupper(). Fixed: Using ":read file" in an empty buffer when 'compatible' is set caused an error. Was caused by patch 7.2.132. +Make the references to features in the help more consistent. (Sylvain Hitier) + vim:tw=78:ts=8:ft=help:norl: |