From 4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 24 May 2024 15:45:07 +0800 Subject: vim-patch:9.1.0439: Cannot filter the history (#28958) Problem: Cannot filter the history Solution: Implement :filter :history closes: vim/vim#14835 https://github.com/vim/vim/commit/42a5b5a6d0d05255b9c464abe71f29c7677b5833 Co-authored-by: Christian Brabandt --- runtime/doc/various.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 662be4a7a2..0287271d4c 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -400,6 +400,7 @@ gx Opens the current filepath or URL (decided by |: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