Skip to content

Commit

Permalink
Merge pull request #1890 from h-east/update-os_dos
Browse files Browse the repository at this point in the history
Update os_dos.{txt,jax}
  • Loading branch information
h-east authored Dec 25, 2024
2 parents 39ecfab + 1402d0c commit 2f62ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/os_dos.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Sep 24
*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -295,9 +295,9 @@ MKS Kornシェルやbashでは、オプションの値を以下のようにな
'shellquote' "
'shellxquote' "

Dos 16ビットの例は次のようにシェルを起動する:
Dos 16ビットの例は次のようにシェルを起動する: >
<shell> -c "command name" >file
Win32の例:
Win32の例: >
<shell> -c "command name >file"
DOS 32ビットでは、DJGPPが内部的にどうにかして処理する。

Expand Down
6 changes: 3 additions & 3 deletions en/os_dos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_dos.txt* For Vim version 9.1. Last change: 2024 Sep 24
*os_dos.txt* For Vim version 9.1. Last change: 2024 Dec 25


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -292,9 +292,9 @@ should be:
'shellquote' "
'shellxquote' "

For Dos 16 bit this starts the shell as:
For Dos 16 bit this starts the shell as: >
<shell> -c "command name" >file
For Win32 as:
For Win32 as: >
<shell> -c "command name >file"
For DOS 32 bit, DJGPP does this internally somehow.

Expand Down

0 comments on commit 2f62ccd

Please sign in to comment.