1
0
forked from aniani/vim

Changes for VMS. Mostly by Zoltan Arpadffy.

This commit is contained in:
Bram Moolenaar
2010-07-28 19:38:16 +02:00
parent 1dba0fbb7a
commit 8e46927a32
9 changed files with 25 additions and 27 deletions

View File

@@ -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

View File

@@ -30,15 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
Conceal problem: CTRL-L draws differently than individual line. (Benjamin
Fritz, 2010 Jul 27)
Access to free memory with :redir command. (Dominique Pelle, 2010 Jul 25)
Easier way to reproduce in later message. (2010 Jul 26)
call get_lval() again in var_redir_stop().
Patch for VMS. Zoltan Arpadffy, 2010 Jul 26.
Patch for :find completion. (Nazri Ramliy, 2010 Jul 27, and leak fix)
And patch for Windows, Jul 28.
And fix for patch, Jul 28.