Skip to content

Commit 86b10b3

Browse files
authored
Merge pull request #256 from mnishz/os_vms_for_Vim_8.1
Update os_vms from Vim 8.0 to 8.1
2 parents 1313739 + 1e74cd6 commit 86b10b3

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

doc/os_vms.jax

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_vms.txt* For Vim バージョン 8.0. Last change: 2014 Aug 29
1+
*os_vms.txt* For Vim バージョン 8.1. Last change: 2018 May 06
22

33

44
VIMリファレンスマニュアル
@@ -58,7 +58,7 @@ Vimのソースコードは公式サイトからftpでダウンロードする
5858

5959
アーカイブには次のファイルが含まれる: vim.exe, ctags.exe, xxd.exe, mms_vim.exe
6060

61-
GTK 用実行可能ファイルでは Alpha と IA64 プラットフォームで利用可能な GTKLIB
61+
GTK 用実行可能ファイルでは Alpha と IA64 プラットフォームで利用可能な GTKLIB
6262
が必要。
6363

6464
==============================================================================
@@ -540,15 +540,15 @@ VMSで(GUIモードの)Vimからの印刷を可能にするには論理名$TMP
540540

541541
8.10 シンボルの設定
542542

543-
このようにGVIMを使用している際に、親となるターミナルで<CTRL-Y>を押すと、gvimが
543+
このようにgvimを使用している際に、親となるターミナルで<CTRL-Y>を押すと、gvimが
544544
終了してしまう問題がある。この問題は異なるシンボルを定義することで回避できるよ
545545
うだ。それは: >
546546
547547
$ GV*IM:==SPAWN/NOWAIT/INPUT=NLA0: MCR VIM:VIM.EXE -G -GEOMETRY 80X40
548548
549549
/INPUT=NLA0: が親ウィンドウからの停止信号をブロックするために、親の端末とgvim
550550
のプロセスの標準入力を切り離す。
551-
-GEOMETRYがない場合、GVIMウィンドウのサイズは最小となり、大きさを修正したあと
551+
-GEOMETRYがない場合、gvimウィンドウのサイズは最小となり、大きさを修正したあと
552552
でもメニューが混乱しておかしなことになるだろう。
553553

554554
(Carlo Mekenkamp, Coen Engelbarts, Vim 6.0ac)
@@ -702,13 +702,13 @@ GUI/GTK 版の Vim はコンソールモードでも同じように動作する
702702
$show cluster
703703
View of Cluster from system ID 11655 node: TOR 18-AUG-2008 11:58:31
704704
+---------------------------------+
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 |
712712
+---------------------------------+
713713

714714
VIM ディレクトリは共通にし、実行ファイルだけ異なるようにすると便利である。この
@@ -763,7 +763,7 @@ GNU_TOOLS.ZIP の [GNU]gnu_tools.com スクリプトである。
763763

764764
9. VMS関連の変更点 *vms-changes*
765765

766-
Version 7.4
766+
Version 7.4
767767
- Undo: VMS はファイル名に複数のドットを使えないので "dir/name" -> "dir/_un_name" とする
768768
先頭に _un_ を追加して拡張子を維持する
769769
- スワップファイル名のワイルドカードの扱いを修正

en/os_vms.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL
@@ -539,15 +539,15 @@ More info under :help hardcopy
539539

540540
8.10 Setting up the symbols
541541

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.
543543
I now use a different symbol that seems to work OK and fixes the problem.
544544
I suggest this instead: >
545545
546546
$ GV*IM:==SPAWN/NOWAIT/INPUT=NLA0: MCR VIM:VIM.EXE -G -GEOMETRY 80X40
547547
548548
The /INPUT=NLA0: separates the standard input of the gvim process from the
549549
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
551551
will be confused after a window-resize.
552552

553553
(Carlo Mekenkamp, Coen Engelbarts, Vim 6.0ac)
@@ -702,13 +702,13 @@ In a cluster that contains nodes with different architectures like below:
702702
$show cluster
703703
View of Cluster from system ID 11655 node: TOR 18-AUG-2008 11:58:31
704704
+---------------------------------+
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 |
712712
+---------------------------------+
713713

714714
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/
764764

765765
9. VMS related changes *vms-changes*
766766

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"
769769
add _un_ at the beginning to keep the extension
770770
- correct swap file name wildcard handling
771771
- handle iconv usage correctly
772772
- do not optimize on vax - otherwise it hangs compiling crypto files
773773
- fileio.c fix the comment
774-
- correct RealWaitForChar
774+
- correct RealWaitForChar
775775
- after 7.4-119 use different functions lib$cvtf_to_internal_time because Alpha and VAX have
776776
G_FLOAT but IA64 uses IEEE float otherwise Vim crashes
777777
- guard against crashes that are caused by mixed filenames

0 commit comments

Comments
 (0)