|
1 |
| -*os_vms.txt* For Vim version 8.0. Last change: 2014 Aug 29 |
| 1 | +*os_vms.txt* For Vim version 8.1. Last change: 2018 May 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL
|
@@ -539,15 +539,15 @@ More info under :help hardcopy
|
539 | 539 |
|
540 | 540 | 8.10 Setting up the symbols
|
541 | 541 |
|
542 |
| -When I use GVIM this way and press CTRL-Y in the parent terminal, gvim exits. |
| 542 | +When I use gvim this way and press CTRL-Y in the parent terminal, gvim exits. |
543 | 543 | I now use a different symbol that seems to work OK and fixes the problem.
|
544 | 544 | I suggest this instead: >
|
545 | 545 |
|
546 | 546 | $ GV*IM:==SPAWN/NOWAIT/INPUT=NLA0: MCR VIM:VIM.EXE -G -GEOMETRY 80X40
|
547 | 547 |
|
548 | 548 | The /INPUT=NLA0: separates the standard input of the gvim process from the
|
549 | 549 | parent terminal, to block signals from the parent window.
|
550 |
| -Without the -GEOMETRY, the GVIM window size will be minimal and the menu |
| 550 | +Without the -GEOMETRY, the gvim window size will be minimal and the menu |
551 | 551 | will be confused after a window-resize.
|
552 | 552 |
|
553 | 553 | (Carlo Mekenkamp, Coen Engelbarts, Vim 6.0ac)
|
@@ -702,13 +702,13 @@ In a cluster that contains nodes with different architectures like below:
|
702 | 702 | $show cluster
|
703 | 703 | View of Cluster from system ID 11655 node: TOR 18-AUG-2008 11:58:31
|
704 | 704 | +---------------------------------+
|
705 |
| -¦ SYSTEMS ¦ MEMBERS ¦ |
706 |
| -+-----------------------+---------¦ |
707 |
| -¦ NODE ¦ SOFTWARE ¦ STATUS ¦ |
708 |
| -+--------+--------------+---------¦ |
709 |
| -¦ TOR ¦ VMS V7.3-2 ¦ MEMBER ¦ |
710 |
| -¦ TITAN2 ¦ VMS V8.3 ¦ MEMBER ¦ |
711 |
| -¦ ODIN ¦ VMS V7.3-2 ¦ MEMBER ¦ |
| 705 | +| SYSTEMS | MEMBERS | |
| 706 | ++-----------------------+---------| |
| 707 | +| NODE | SOFTWARE | STATUS | |
| 708 | ++--------+--------------+---------| |
| 709 | +| TOR | VMS V7.3-2 | MEMBER | |
| 710 | +| TITAN2 | VMS V8.3 | MEMBER | |
| 711 | +| ODIN | VMS V7.3-2 | MEMBER | |
712 | 712 | +---------------------------------+
|
713 | 713 |
|
714 | 714 | It is convenient to have a common VIM directory but execute different
|
@@ -764,14 +764,14 @@ GNU_TOOLS.ZIP package downloadable from http://www.polarhome.com/vim/
|
764 | 764 |
|
765 | 765 | 9. VMS related changes *vms-changes*
|
766 | 766 |
|
767 |
| -Version 7.4 |
768 |
| -- Undo: VMS can not handle more than one dot in the filenames use "dir/name" -> "dir/_un_name" |
| 767 | +Version 7.4 |
| 768 | +- Undo: VMS can not handle more than one dot in the filenames use "dir/name" -> "dir/_un_name" |
769 | 769 | add _un_ at the beginning to keep the extension
|
770 | 770 | - correct swap file name wildcard handling
|
771 | 771 | - handle iconv usage correctly
|
772 | 772 | - do not optimize on vax - otherwise it hangs compiling crypto files
|
773 | 773 | - fileio.c fix the comment
|
774 |
| -- correct RealWaitForChar |
| 774 | +- correct RealWaitForChar |
775 | 775 | - after 7.4-119 use different functions lib$cvtf_to_internal_time because Alpha and VAX have
|
776 | 776 | G_FLOAT but IA64 uses IEEE float otherwise Vim crashes
|
777 | 777 | - guard against crashes that are caused by mixed filenames
|
|
0 commit comments