From f9c11c95441fa41a3bb38831148128db97542dab Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 8 Nov 2011 14:30:10 +0000 Subject: [PATCH] README: document filters --- README.asciidoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 817f6a23..ae9526fb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -76,3 +76,19 @@ Changes * _p_: paste after current selection end * _P_: paste before current selection begin +Filters +------- + +Manipulation of the displayed text is done through filters, which can be added or +removed with the command :addfilter + +existing filters are: + +* *hlcpp*: takes no parameters, highlight c++ code +* *line_numbers*: takes no parameters, display line numbers on the left of the window + +Windows also contains two filters by default, which are not currently addable +(but they are removable) + +* *show_tabs*: which expand tabs to next 8 multiple column +* *show_selection*: which underlines the current selections