From 42a5b5a6d0d05255b9c464abe71f29c7677b5833 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 24 May 2024 07:39:34 +0200 Subject: patch 9.1.0439: Cannot filter the history Problem: Cannot filter the history Solution: Implement :filter :history closes: #14835 Signed-off-by: Christian Brabandt --- runtime/doc/various.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 0aa5c74317..889ad40bae 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2023 Sep 27 +*various.txt* For Vim version 9.1. Last change: 2024 May 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -608,6 +608,7 @@ N *+X11* Unix only: can restore window title |X11| |:command| - filter by command name |:files| - filter by file name |:highlight| - filter by highlight group + |:history| - filter by history commands |:jumps| - filter by file name |:let| - filter by variable name |:list| - filter whole line -- cgit v1.2.3