comparison runtime/doc/os_vms.txt @ 15729:fe57e4f0eac1

Update runtime files. commit https://github.com/vim/vim/commit/314dd79cac2adc10304212d1980d23ecf6782cfc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 3 15:27:20 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Feb 2019 15:30:09 +0100
parents 7cfe57329284
children af69c9335223
comparison
equal deleted inserted replaced
15728:479381bd1728 15729:fe57e4f0eac1
1 *os_vms.txt* For Vim version 8.1. Last change: 2019 Jan 19 1 *os_vms.txt* For Vim version 8.1. Last change: 2019 Jan 29
2 2
3 3
4 VIM REFERENCE MANUAL 4 VIM REFERENCE MANUAL
5 5
6 6
103 103
104 You may want to use GUI with GTK icons, then you have to download and install 104 You may want to use GUI with GTK icons, then you have to download and install
105 GTK for OpenVMS or at least runtime shareable images - LIBGTK from 105 GTK for OpenVMS or at least runtime shareable images - LIBGTK from
106 polarhome.com 106 polarhome.com
107 Post 7.2 Vim uses GTK2+ while the last GTK on OpenVMS is 1.2.10, therefore 107 Post 7.2 Vim uses GTK2+ while the last GTK on OpenVMS is 1.2.10, therefore
108 the GTK build is no longer available. 108 the GTK build is no longer available.
109 109
110 For more advanced questions, please send your problem to Vim on VMS mailing 110 For more advanced questions, please send your problem to Vim on VMS mailing
111 list <vim-vms@polarhome.com> 111 list <vim-vms@polarhome.com>
112 More about the vim-vms list can be found at: 112 More about the vim-vms list can be found at:
113 http://www.polarhome.com/mailman/listinfo/vim-vms 113 http://www.polarhome.com/mailman/listinfo/vim-vms
770 - make necessary changes to build v8.1 on VMS 770 - make necessary changes to build v8.1 on VMS
771 771
772 Version 8.0 772 Version 8.0
773 - solve the 100% cpu usage issue while waiting for a keystroke 773 - solve the 100% cpu usage issue while waiting for a keystroke
774 - correct the VMS warnings and errors around handling the INFINITY (used in json.c) 774 - correct the VMS warnings and errors around handling the INFINITY (used in json.c)
775 - minor VMS port related changes 775 - minor VMS port related changes
776 - correct the make_vms.mms file for 8.0 776 - correct the make_vms.mms file for 8.0
777 - fix [.TESTDIR]make_vms.mms for 8.0 777 - fix [.TESTDIR]make_vms.mms for 8.0
778 778
779 Version 7.4 779 Version 7.4
780 - Undo: VMS can not handle more than one dot in the filenames use "dir/name" -> "dir/_un_name" 780 - Undo: VMS can not handle more than one dot in the filenames use "dir/name" -> "dir/_un_name"
781 add _un_ at the beginning to keep the extension 781 add _un_ at the beginning to keep the extension
782 - correct swap file name wildcard handling 782 - correct swap file name wildcard handling