Skip to content

Commit c74ebc3

Browse files
authored
Merge pull request #1730 from vim-jp/hh-update-undo
Update undo.{txt,jax}
2 parents 41d1f52 + 07f1dc4 commit c74ebc3

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

doc/undo.jax

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*undo.txt* For Vim バージョン 9.1. Last change: 2022 Jun 02
1+
*undo.txt* For Vim バージョン 9.1. Last change: 2024 Sep 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -164,13 +164,13 @@ Note 同様に見える代入 `let &undolevels=&undolevels` は、ローカル
164164
g- 古いテキスト状態に移動する。カウント指定で繰り返し回数
165165
を指定できます。
166166
*:ea* *:earlier*
167-
:earlier {count} {count} 回前の古いテキスト状態に移動する。
168-
:earlier {N}s {N} 秒前の古いテキスト状態に移動する。
169-
:earlier {N}m {N} 分前の古いテキスト状態に移動する。
170-
:earlier {N}h {N} 時間前の古いテキスト状態に移動する。
171-
:earlier {N}d {N} 日前の古いテキスト状態に移動する。
167+
:ea[rlier] {count} {count} 回前の古いテキスト状態に移動する。
168+
:ea[rlier] {N}s {N} 秒前の古いテキスト状態に移動する。
169+
:ea[rlier] {N}m {N} 分前の古いテキスト状態に移動する。
170+
:ea[rlier] {N}h {N} 時間前の古いテキスト状態に移動する。
171+
:ea[rlier] {N}d {N} 日前の古いテキスト状態に移動する。
172172

173-
:earlier {N}f {N} 回前のファイルを保存したときのテキスト状態に移動す
173+
:ea[rlier] {N}f {N} 回前のファイルを保存したときのテキスト状態に移動す
174174
る。
175175
最後の保存から何か変更が加えられていたとき、":earlier
176176
1f" は保存時の状態に移動します。変更がない場合は一つ前
@@ -183,13 +183,13 @@ g- 古いテキスト状態に移動する。カウント指定で繰り返し
183183
g+ 新しいテキスト状態に移動する。カウント指定で繰り返し回
184184
数を指定できます。
185185
*:lat* *:later*
186-
:later {count} {count} 回後の新しいテキスト状態に移動する。
187-
:later {N}s {N} 秒後の新しいテキスト状態に移動する。
188-
:later {N}m {N} 分後の新しいテキスト状態に移動する。
189-
:later {N}h {N} 時間後の新しいテキスト状態に移動する。
190-
:later {N}d {N} 日後の新しいテキスト状態に移動する。
186+
:lat[er] {count} {count} 回後の新しいテキスト状態に移動する。
187+
:lat[er] {N}s {N} 秒後の新しいテキスト状態に移動する。
188+
:lat[er] {N}m {N} 分後の新しいテキスト状態に移動する。
189+
:lat[er] {N}h {N} 時間後の新しいテキスト状態に移動する。
190+
:lat[er] {N}d {N} 日後の新しいテキスト状態に移動する。
191191

192-
:later {N}f {N} 回後のファイルを保存したときのテキスト状態に移動す
192+
:lat[er] {N}f {N} 回後のファイルを保存したときのテキスト状態に移動す
193193
る。
194194
最後に保存した状態にいるときは、":later 1f" は一番新し
195195
いテキスト状態に移動します。

en/undo.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*undo.txt* For Vim version 9.1. Last change: 2022 Jun 02
1+
*undo.txt* For Vim version 9.1. Last change: 2024 Sep 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -164,13 +164,13 @@ This is explained in the user manual: |usr_32.txt|.
164164
g- Go to older text state. With a count repeat that many
165165
times.
166166
*:ea* *:earlier*
167-
:earlier {count} Go to older text state {count} times.
168-
:earlier {N}s Go to older text state about {N} seconds before.
169-
:earlier {N}m Go to older text state about {N} minutes before.
170-
:earlier {N}h Go to older text state about {N} hours before.
171-
:earlier {N}d Go to older text state about {N} days before.
167+
:ea[rlier] {count} Go to older text state {count} times.
168+
:ea[rlier] {N}s Go to older text state about {N} seconds before.
169+
:ea[rlier] {N}m Go to older text state about {N} minutes before.
170+
:ea[rlier] {N}h Go to older text state about {N} hours before.
171+
:ea[rlier] {N}d Go to older text state about {N} days before.
172172

173-
:earlier {N}f Go to older text state {N} file writes before.
173+
:ea[rlier] {N}f Go to older text state {N} file writes before.
174174
When changes were made since the last write
175175
":earlier 1f" will revert the text to the state when
176176
it was written. Otherwise it will go to the write
@@ -183,13 +183,13 @@ g- Go to older text state. With a count repeat that many
183183
g+ Go to newer text state. With a count repeat that many
184184
times.
185185
*:lat* *:later*
186-
:later {count} Go to newer text state {count} times.
187-
:later {N}s Go to newer text state about {N} seconds later.
188-
:later {N}m Go to newer text state about {N} minutes later.
189-
:later {N}h Go to newer text state about {N} hours later.
190-
:later {N}d Go to newer text state about {N} days later.
186+
:lat[er] {count} Go to newer text state {count} times.
187+
:lat[er] {N}s Go to newer text state about {N} seconds later.
188+
:lat[er] {N}m Go to newer text state about {N} minutes later.
189+
:lat[er] {N}h Go to newer text state about {N} hours later.
190+
:lat[er] {N}d Go to newer text state about {N} days later.
191191

192-
:later {N}f Go to newer text state {N} file writes later.
192+
:lat[er] {N}f Go to newer text state {N} file writes later.
193193
When at the state of the last file write, ":later 1f"
194194
will go to the newest text state.
195195

0 commit comments

Comments
 (0)