Skip to content

Commit 3321f69

Browse files
committed
Update motion.{txt,jax}
1 parent 9f8391c commit 3321f69

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/motion.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Jul 14
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Aug 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -366,11 +366,11 @@ gg [count] 行目の最初の非空白文字に移動します(行単位
366366
'startofline' オプションも参照してください。
367367

368368
:[range]go[to] [count] *:go* *:goto* *go*
369-
[count]go バッファ中の [count] バイト目に移動します。デフォルト
370-
では [count] は1で、ファイルの最初になっています。
371-
[range] が指定された場合は最後の数字が使われます。行の
372-
終わりを示す文字が数えられるかどうかは 'fileformat'
373-
設定によります
369+
[count]go バッファ中の [count] バイト目に移動します。|exclusive|
370+
モーション。デフォルトでは [count] は1で、ファイルの最
371+
初になっています。[range]が指定された場合は最後の数字
372+
が使われます。行の終わりを示す文字が数えられるかどうか
373+
'fileformat' の設定によります
374374
|line2byte()| 関数と 'statusline' の 'o' オプションも
375375
参照。
376376
{|+byte_offset|機能なしでコンパイルされた場合は使えませ

en/motion.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2024 Jul 14
1+
*motion.txt* For Vim version 9.1. Last change: 2024 Aug 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -364,11 +364,11 @@ gg Goto line [count], default first line, on the first
364364
See also 'startofline' option.
365365

366366
:[range]go[to] [count] *:go* *:goto* *go*
367-
[count]go Go to [count] byte in the buffer. Default [count] is
368-
one, start of the file. When giving [range], the
369-
last number in it used as the byte count. End-of-line
370-
characters are counted depending on the current
371-
'fileformat' setting.
367+
[count]go Go to [count] byte in the buffer. |exclusive| motion.
368+
Default [count] is one, start of the file. When
369+
giving [range], the last number in it used as the byte
370+
count. End-of-line characters are counted depending
371+
on the current 'fileformat' setting.
372372
Also see the |line2byte()| function, and the 'o'
373373
option in 'statusline'.
374374
{not available when compiled without the

0 commit comments

Comments
 (0)