summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
commit8e46927a32f8a9b94351962304ae4d827e5b46ff (patch)
treeacc944f0b4722c1613ee2581f06f84d4f06bc29c /runtime
parent1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 (diff)
downloadvim-git-8e46927a32f8a9b94351962304ae4d827e5b46ff.tar.gz
Changes for VMS. Mostly by Zoltan Arpadffy.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/os_vms.txt18
-rw-r--r--runtime/doc/todo.txt9
2 files changed, 11 insertions, 16 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
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index d539cb0fe..469fc4317 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -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.