diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-05-24 15:45:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 15:45:07 +0800 |
| commit | 4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101 (patch) | |
| tree | e0193fffc261bcb1ca85c2140546e7d50469314d /runtime | |
| parent | cd05fbef170b29083973fd11170d25225feb8bed (diff) | |
| download | rneovim-4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101.tar.gz rneovim-4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101.tar.bz2 rneovim-4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101.zip | |
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 <cb@256bit.org>
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/various.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |