From 7a8974fbfaa87cbd8ac09d90f27ba49bbe80fe05 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 10 Nov 2024 03:12:38 +0900 Subject: [PATCH] Update undo.{txt,jax} --- doc/undo.jax | 2 +- en/undo.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/undo.jax b/doc/undo.jax index abfd4972c..aac68aa4a 100644 --- a/doc/undo.jax +++ b/doc/undo.jax @@ -1,4 +1,4 @@ -*undo.txt* For Vim バージョン 9.1. Last change: 2024 Sep 29 +*undo.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/undo.txt b/en/undo.txt index 7a83e776e..1d6a481c6 100644 --- a/en/undo.txt +++ b/en/undo.txt @@ -1,4 +1,4 @@ -*undo.txt* For Vim version 9.1. Last change: 2024 Sep 29 +*undo.txt* For Vim version 9.1. Last change: 2024 Nov 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -183,7 +183,7 @@ g- Go to older text state. With a count repeat that many g+ Go to newer text state. With a count repeat that many times. *:lat* *:later* -:lat[er] {count} Go to newer text state {count} times. +:lat[er] {count} Go to newer text state {count} times. :lat[er] {N}s Go to newer text state about {N} seconds later. :lat[er] {N}m Go to newer text state about {N} minutes later. :lat[er] {N}h Go to newer text state about {N} hours later.