From 8fc42964363087025a27e8c80276c706536fc4e3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Oct 2019 17:33:13 +0200 Subject: patch 8.1.2221: cannot filter :disp output Problem: Cannot filter :disp output. Solution: Support filtereing :disp output. (Andi Massimino, closes #5117) --- runtime/doc/various.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 8f3d946460..2c9f8b27fd 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -575,6 +575,8 @@ N *+X11* Unix only: can restore window title |X11| |:marks| - filter by text in the current file, or file name for other files |:oldfiles| - filter by file name + |:registers| - filter by register contents + (does not work multi-line) |:set| - filter by variable name Only normal messages are filtered, error messages are -- cgit v1.2.3