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
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
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
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
You can’t perform that action at this time.
0 commit comments