Skip to content

Commit 97105ae

Browse files
1 parent 7918f59 commit 97105ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

os_dos.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'os_dos'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="os_dos.html" name="os_dos.txt">os_dos.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Sep 24<br>
6+
<a class="Constant" href="os_dos.html" name="os_dos.txt">os_dos.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Dec 25<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -301,9 +301,9 @@
301301
<a class="Type" href="options.html#'shellxquote'">'shellxquote'</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;<br>
302302
<br>
303303
Dos 16ビットの例は次のようにシェルを起動する:<br>
304-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Special">&lt;shell&gt;</span>&nbsp;-c &quot;command name&quot; &gt;file<br>
304+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;shell&gt; -c &quot;command name&quot; &gt;file</div>
305305
Win32の例:<br>
306-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Special">&lt;shell&gt;</span>&nbsp;-c &quot;command name &gt;file&quot;<br>
306+
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;shell&gt; -c &quot;command name &gt;file&quot;</div>
307307
DOS 32ビットでは、DJGPPが内部的にどうにかして処理する。<br>
308308
<br>
309309
起動時にVimがWindowsの標準シェルを認識しない場合は &quot;sh&quot; が&nbsp;<a class="Type" href="options.html#'shell'">'shell'</a>&nbsp;オプション<br>

0 commit comments

Comments
 (0)