Skip to content

Commit

Permalink
Merge pull request #1672 from vim-jp/hh-update-motion
Browse files Browse the repository at this point in the history
Update motion.{txt,jax}
  • Loading branch information
h-east authored Sep 1, 2024
2 parents 9f8391c + 249bb77 commit b80413a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions doc/motion.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Jul 14
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Aug 28


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

:[range]go[to] [count] *:go* *:goto* *go*
[count]go バッファ中の [count] バイト目に移動します。デフォルト
では [count] は1で、ファイルの最初になっています。
[range] が指定された場合は最後の数字が使われます。行の
終わりを示す文字が数えられるかどうかは 'fileformat'
設定によります
[count]go バッファ中の [count] バイト目に移動します。|exclusive|
モーション。デフォルトでは [count] は 1 で、ファイルの
最初になっています。[range] が指定された場合は最後の数
字が使われます。行の終わりを示す文字が数えられるかどう
かは 'fileformat' の設定によります
|line2byte()| 関数と 'statusline' の 'o' オプションも
参照。
{|+byte_offset|機能なしでコンパイルされた場合は使えませ
Expand Down
12 changes: 6 additions & 6 deletions en/motion.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim version 9.1. Last change: 2024 Jul 14
*motion.txt* For Vim version 9.1. Last change: 2024 Aug 28


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

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

0 comments on commit b80413a

Please sign in to comment.