README: update filter section

This commit is contained in:
Maxime Coste 2011-11-10 14:30:10 +00:00
parent 56231b4239
commit 9bba47bd30

View File

@ -79,16 +79,13 @@ Changes
Filters Filters
------- -------
Manipulation of the displayed text is done through filters, which can be added or Manipulation of the displayed text is done through filters, which can be added
removed with the command :addfilter <filter_name> <filter_parameters...> or removed with the command :addfilter <filter_name> <filter_parameters...>
existing filters are: existing filters are:
* *hlcpp*: takes no parameters, highlight c++ code * *highlight_selections*: used to make current selection visible
* *line_numbers*: takes no parameters, display line numbers on the left of the window * *expand_tabs*: expand tabs to next 8 multiple column (to make configurable)
* *hlcpp*: quick'n'dirty c++ code highlighter
Windows also contains two filters by default, which are not currently addable * *number_lines*: show line numbers
(but they are removable) * *regex*: highlight a regex, takes 3 parameters <regex> <fg_color> <bg_color>
* *show_tabs*: which expand tabs to next 8 multiple column
* *show_selection*: which underlines the current selections