Skip to content

Commit 2f62ccd

Browse files
authored
Merge pull request #1890 from h-east/update-os_dos
Update os_dos.{txt,jax}
2 parents 39ecfab + 1402d0c commit 2f62ccd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/os_dos.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Sep 24
1+
*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25
22

33

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

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

en/os_dos.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_dos.txt* For Vim version 9.1. Last change: 2024 Sep 24
1+
*os_dos.txt* For Vim version 9.1. Last change: 2024 Dec 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -292,9 +292,9 @@ should be:
292292
'shellquote' "
293293
'shellxquote' "
294294

295-
For Dos 16 bit this starts the shell as:
295+
For Dos 16 bit this starts the shell as: >
296296
<shell> -c "command name" >file
297-
For Win32 as:
297+
For Win32 as: >
298298
<shell> -c "command name >file"
299299
For DOS 32 bit, DJGPP does this internally somehow.
300300

0 commit comments

Comments
 (0)