diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-28 19:38:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-28 19:38:16 +0200 |
commit | 8e46927a32f8a9b94351962304ae4d827e5b46ff (patch) | |
tree | acc944f0b4722c1613ee2581f06f84d4f06bc29c /runtime/doc/os_vms.txt | |
parent | 1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 (diff) | |
download | vim-8e46927a32f8a9b94351962304ae4d827e5b46ff.zip |
Changes for VMS. Mostly by Zoltan Arpadffy.
Diffstat (limited to 'runtime/doc/os_vms.txt')
-rw-r--r-- | runtime/doc/os_vms.txt | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt index 6edfbe86f..320dddaa6 100644 --- a/runtime/doc/os_vms.txt +++ b/runtime/doc/os_vms.txt @@ -1,4 +1,4 @@ -*os_vms.txt* For Vim version 7.3c. Last change: 2009 Oct 28 +*os_vms.txt* For Vim version 7.3c. Last change: 2010 Jul 28 VIM REFERENCE MANUAL @@ -766,16 +766,20 @@ GNU_TOOLS.ZIP package downloadable from http://www.polarhome.com/vim/ 9. VMS related changes *vms-changes* -Recent changes -- The following plugins are included into VMS runtime: - genutils 2.4, multiselect 2.2, multvals 3.1, selectbuf 4.3, - bufexplorer 7.1.7, taglist 4.5 -- minor changes in vimrc (just in VMS runtime) +Version 7.3 +- CTAGS 5.8 included +- VMS compile warnings fixed - floating-point overflow warning corrected on VAX +- filepath completition corrected - too many chars were escaped in filename + and shell commands +- the following plugins are included into VMS runtime: + genutils 2.4, multiselect 2.2, multvals 3.1, selectbuf 4.3, + bufexplorer 7.1.7, taglist 4.5 +- minor changes in vimrc (just in VMS runtime) - make_vms.mms - HUGE model is the default - [TESTDIR]make_vms.mms include as many tests possible - modify test30 and test54 for VMS - enable FLOAT feature in VMS port -- os_vms.txt updated +- os_vms.txt updated Version 7.2 (2008 Aug 9) - VCF files write corrected |