diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-16 19:52:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 19:52:23 +0200 |
commit | b35ad8602402d5fbd67936ab12f660525228220a (patch) | |
tree | c0790515b9d64dcfa7a2e6e9c7886dee73829beb /runtime | |
parent | b9a2b3f01424e6f10a6134675e8fe7f96734bccf (diff) | |
parent | 64f4ee39aac06c405d87256b588eb9dff8fb3c57 (diff) | |
download | rneovim-b35ad8602402d5fbd67936ab12f660525228220a.tar.gz rneovim-b35ad8602402d5fbd67936ab12f660525228220a.tar.bz2 rneovim-b35ad8602402d5fbd67936ab12f660525228220a.zip |
Merge #10391 from janlazo/vim-8.1.0495
vim-patch:8.1.{495,505,531,533,583,623,630,641,686,715,833,1012,1221,1651}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/various.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index c7fcd698db..bfb00f74c4 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -358,7 +358,20 @@ g8 Print the hex values of the bytes used in the The pattern is matched against the relevant part of the output, not necessarily the whole line. Only some commands support filtering, try it out to check if it - works. + works. Some of the commands that support filtering: + |:#| - filter whole line + |:clist| - filter by file name or module name + |:command| - filter by command name + |:files| - filter by file name + |:highlight| - filter by highlight group + |:jumps| - filter by file name + |:let| - filter by variable name + |:list| - filter whole line + |:llist| - filter by file name or module name + |:marks| - filter by text in the current file, + or file name for other files + |:oldfiles| - filter by file name + |:set| - filter by variable name Only normal messages are filtered, error messages are not. |