Skip to content

Commit 084b23c

Browse files
1 parent 86d07e3 commit 084b23c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

editing.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'editing'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="editing.html" name="editing.txt">editing.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 14<br>
6+
<a class="Constant" href="editing.html" name="editing.txt">editing.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Apr 03<br>
77
<br>
88
<br>
99
&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>
@@ -973,8 +973,9 @@
973973
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;前の空白に注意)。<span class="Special">{cmd}</span>&nbsp;は &quot;:!<span class="Special">{cmd}</span>&quot; のように実行され、<br>
974974
&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;<a class="Identifier" href="various.html#:!">:!</a><br>
975975
<br>
976-
コマンド &quot;:w&quot; での&nbsp;<span class="Special">[range]</span>&nbsp;の既定値はバッファ全体 (1,$) である。バッファ全体を<br>
977-
書き込むと、そのバッファは変更されていないとみなされるようになる。<br>
976+
コマンド &quot;:w&quot; での&nbsp;<span class="Special">[range]</span>&nbsp;の既定値はバッファ全体 (1,$) である。<a class="Identifier" href="motion.html#'[">'[</a>&nbsp;および<br>
977+
<a class="Identifier" href="motion.html#']">']</a>&nbsp;マークは、書き込みコマンドに使用される&nbsp;<span class="Special">[range]</span>&nbsp;に設定される。バッファ全体<br>
978+
を書き込むと、そのバッファは変更されていないとみなされるようになる。<br>
978979
&quot;:w somefile&quot; によって別のファイルに書き出した場合は、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a>&nbsp;の &quot;+&quot; フラ<br>
979980
グに依存する。&quot;+&quot; が含まれている場合は、バッファがまだ元のファイルと異なってい<br>
980981
たとしても、書き込みコマンドによって&nbsp;<a class="Type" href="options.html#'modified'">'modified'</a>&nbsp;フラグがオフになる。<br>

0 commit comments

Comments
 (0)