comparison runtime/doc/various.txt @ 14968:c5ec5ddbe814 v8.1.0495

patch 8.1.0495: :filter only supports some commands commit https://github.com/vim/vim/commit/f86db78fed78541cefdb706e4779ce5ae9ca7820 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 13:31:37 2018 +0200 patch 8.1.0495: :filter only supports some commands Problem: :filter only supports some commands. Solution: Add :filter support for more commands. (Marcin Szamotulski, closes #2856)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 13:45:05 +0200
parents 172f18a3a6cd
children 8b334e4cb97f
comparison
equal deleted inserted replaced
14967:5acaac1226fd 14968:c5ec5ddbe814
563 bar character. 563 bar character.
564 564
565 The pattern is matched against the relevant part of 565 The pattern is matched against the relevant part of
566 the output, not necessarily the whole line. Only some 566 the output, not necessarily the whole line. Only some
567 commands support filtering, try it out to check if it 567 commands support filtering, try it out to check if it
568 works. 568 works. Some of the commands that support filtering:
569 |:#| - filter whole line
570 |:command| - filter by command name
571 |:files| - filter by file name
572 |:highlight| - filter by highlight group
573 |:jumps| - filter by file name
574 |:let| - filter by variable name
575 |:list| - filter whole line
576 |:llist| - filter by file name or module name
577 |:oldfiles| - filter by file name
578 |:clist| - filter by file name or module name
579 |:set| - filter by variable name
569 580
570 Only normal messages are filtered, error messages are 581 Only normal messages are filtered, error messages are
571 not. 582 not.
572 583
573 *:sil* *:silent* *:silent!* 584 *:sil* *:silent* *:silent!*