File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33helpname: 'motion'
44---
55< div id ='vimCodeElement '>
6- < a class ="Constant " href ="motion.html " name ="motion.txt "> motion.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Oct 06 < br >
6+ < a class ="Constant " href ="motion.html " name ="motion.txt "> motion.txt</ a > For < span class ="Identifier "> Vim バージョン 9.1.</ span > Last change: 2024 Dec 17 < br >
77< br >
88< br >
99 < span class ="Identifier "> VIMリファレンスマニュアル by Bram Moolenaar</ span > < br >
99991. 移動コマンドが排他的で移動後の位置が1桁目であれば、移動の最後は一行前の行の< br >
100100 最後に動かされ、移動コマンドは内包的になります。例: "}" は段落の後の最初の< br >
101101 行まで移動しますが "d}" はその行を含めません。< br >
102+ < br >
102103 < a class ="Constant " href ="motion.html#exclusive-linewise " name ="exclusive-linewise "> exclusive-linewise</ a > < br >
1031042. 移動コマンドが排他的で、移動後の位置が1桁目でかつ移動初めの位置がその行の最< br >
104105 初の非空白文字かその手前の位置であれば、移動コマンドは行単位になります。< br >
130131 endif<CR></ div >
131132< span class ="Todo "> Note</ span > ":" を使った全ての移動は、排他的な文字単位になることに注意してください。< br >
132133< br >
134+ < a class ="Constant " href ="motion.html#inclusive-motion-selection-exclusive " name ="inclusive-motion-selection-exclusive "> inclusive-motion-selection-exclusive</ a > < br >
135+ < a class ="Type " href ="options.html#'selection' "> 'selection'</ a > が "exclusive" で、< a class ="Identifier " href ="visual.html#Visual "> Visual</ a > モードがアクティブかつ、内包的な動作が< br >
136+ 使用された場合、カーソル位置は右にもう 1 文字調整され、ビジュアル選択が期待さ< br >
137+ れるテキストを含むようになるので操作できるようになります。< br >
138+ < br >
133139 < a class ="Constant " href ="motion.html#forced-motion " name ="forced-motion "> forced-motion</ a > < br >
134140< span class ="Statement "> 移動を行単位、文字単位、ブロック単位にする</ span > < br >
135141< br >
Original file line number Diff line number Diff line change 70617061 "old" を指定して <a class="Type" href="options.html#'virtualedit'">'virtualedit'</a> でカーソルが行末を超えられるようにした<br>
70627062 場合には、改行は依然として含まれない。<br>
70637063 "exclusive" を使用すると、ビジュアルモードでのカーソルの位置が内包的な<br>
7064- 動きに合わせて調整される <span class="MissingTag" >inclusive-motion-selection-exclusive</span >。<br>
7064+ 動きに合わせて調整される <a class="Identifier" href="motion.html#inclusive-motion-selection-exclusive" >inclusive-motion-selection-exclusive</a >。<br>
70657065 <span class="Todo">Note</span> "exclusive" が使用され後ろから逆方向に選択する場合で、ノーマルモー<br>
70667066 ドで開始かつ <a class="Type" href="options.html#'virtualedit'">'virtualedit'</a> が空のときは、行末の文字を含めることはでき<br>
70677067 ないことに注意。<br>
Original file line number Diff line number Diff line change 87478747<a class="Identifier" href="tagsrch.html#include-search">include-search</a> tagsrch.jax<br>
87488748<a class="Identifier" href="helphelp.html#inclusion">inclusion</a> helphelp.jax<br>
87498749<a class="Identifier" href="motion.html#inclusive">inclusive</a> motion.jax<br>
8750+ <a class="Identifier" href="motion.html#inclusive-motion-selection-exclusive">inclusive-motion-selection-exclusive</a> motion.jax<br>
87508751<a class="Identifier" href="version8.html#incompatible-8">incompatible-8</a> version8.jax<br>
87518752<a class="Identifier" href="version9.html#incompatible-9">incompatible-9</a> version9.jax<br>
87528753<a class="Identifier" href="version9.html#incompatible-9.2">incompatible-9.2</a> version9.jax<br>
You can’t perform that action at this time.
0 commit comments