]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.007
- new
[packages/vim.git] / 7.2.007
CommitLineData
4c907a04
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.007 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.007 (extra)
11Problem: Minor issues for VMS.
12Solution: Minor fixes for VMS. Add float support. (Zoltan Arpadffy)
13Files: runtime/doc/os_vms.txt, src/os_vms_conf.h, src/Make_vms.mms,
14 src/testdir/Make_vms.mms, src/testdir/test30.in,
15 src/testdir/test54.in
16
17
18*** ../vim-7.2.006/runtime/doc/os_vms.txt Sat Aug 9 19:36:50 2008
19--- runtime/doc/os_vms.txt Tue Aug 19 06:29:31 2008
20***************
21*** 1,4 ****
22! *os_vms.txt* For Vim version 7.2. Last change: 2006 Nov 18
23
24
25 VIM REFERENCE MANUAL
26--- 1,4 ----
27! *os_vms.txt* For Vim version 7.2. Last change: 2008 Aug 19
28
29
30 VIM REFERENCE MANUAL
31***************
32*** 312,318 ****
33
34 8. Useful notes *vms-notes*
35
36! 8.1 backspace/delete
37 8.2 Filters
38 8.3 VMS file version numbers
39 8.4 Directory conversion
40--- 312,318 ----
41
42 8. Useful notes *vms-notes*
43
44! 8.1 Backspace/delete
45 8.2 Filters
46 8.3 VMS file version numbers
47 8.4 Directory conversion
48***************
49*** 326,333 ****
50 8.12 diff-mode
51 8.13 Allow '$' in C keywords
52 8.14 VIMTUTOR for beginners
53
54! 8.1 backspace/delete
55
56 There are backspace/delete key inconsistencies with VMS.
57 :fixdel doesn't do the trick, but the solution is: >
58--- 326,335 ----
59 8.12 diff-mode
60 8.13 Allow '$' in C keywords
61 8.14 VIMTUTOR for beginners
62+ 8.15 Slow start in console mode issue
63+ 8.16 Common VIM directory - different architectures
64
65! 8.1 Backspace/delete
66
67 There are backspace/delete key inconsistencies with VMS.
68 :fixdel doesn't do the trick, but the solution is: >
69***************
70*** 663,674 ****
71
72 (Thomas.R.Wyant III, Vim 6.1)
73
74 ==============================================================================
75
76 9. VMS related changes *vms-changes*
77
78! Version 7
79 - Improved low level char input (affects just console mode)
80
81 Version 6.4 (2005 Oct 15)
82 - GTKLIB and Vim build on IA64
83--- 665,794 ----
84
85 (Thomas.R.Wyant III, Vim 6.1)
86
87+ 8.14 Slow start in console mode issue
88+
89+ As GUI/GTK Vim works equally well in console mode, many administartors
90+ deploy those executables system wide.
91+ Unfortunately, on a remote slow connections GUI/GTK executables behave rather
92+ slow when user wants to run Vim just in the console mode - because of X environment detection timeout.
93+
94+ Luckily, there is a simple solution for that. Administrators need to deploy
95+ both GUI/GTK build and just console build executables, like below: >
96+
97+ |- vim72
98+ |----- doc
99+ |----- syntax
100+ vimrc (system rc files)
101+ gvimrc
102+ gvim.exe (the remaned GUI or GTK built vim.exe)
103+ vim.exe (the console only executable)
104+
105+ Define system symbols like below in for ex in LOGIN.COM or SYLOGIN.COM: >
106+
107+ $ define/nolog VIM RF10:[UTIL.VIM72] ! where you VIM directory is
108+ $ vi*m :== mcr VIM:VIM.EXE
109+ $ gvi*m :== mcr VIM:GVIM.EXE
110+ $ ! or you can try to spawn with
111+ $ gv*im :== spawn/nowait/input=NLA0 mcr VIM:GVIM.EXE -g -GEOMETRY 80x40
112+
113+
114+ Like this, users that do not have X environment and want to use Vim just in
115+ console mode can avoid performance problems.
116+
117+ (Zoltan Arpadffy, Vim 7.2)
118+
119+ 8.15 Common VIM directory - different architectures
120+
121+ In a cluster that contains nodes with different architectures like below:
122+
123+ $show cluster
124+ View of Cluster from system ID 11655 node: TOR 18-AUG-2008 11:58:31
125+ +---------------------------------+
126