File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -295,9 +295,9 @@ MKS Kornシェルやbashでは、オプションの値を以下のようにな
295
295
'shellquote' "
296
296
'shellxquote' "
297
297
298
- Dos 16ビットの例は次のようにシェルを起動する:
298
+ Dos 16ビットの例は次のようにシェルを起動する: >
299
299
<shell> -c "command name" >file
300
- Win32の例:
300
+ Win32の例: >
301
301
<shell> -c "command name >file"
302
302
DOS 32ビットでは、DJGPPが内部的にどうにかして処理する。
303
303
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -292,9 +292,9 @@ should be:
292
292
'shellquote' "
293
293
'shellxquote' "
294
294
295
- For Dos 16 bit this starts the shell as:
295
+ For Dos 16 bit this starts the shell as: >
296
296
<shell> -c "command name" >file
297
- For Win32 as:
297
+ For Win32 as: >
298
298
<shell> -c "command name >file"
299
299
For DOS 32 bit, DJGPP does this internally somehow.
300
300
You can’t perform that action at this time.
0 commit comments