Document the separator

This commit is contained in:
Eike Plack 2015-09-25 17:50:39 +02:00
parent 3262a6902c
commit 122a799ecb

View File

@ -966,9 +966,11 @@ general highlighters are:
<option_name>. <option_name>.
* `show_matching`: highlight matching char of the character under the selections * `show_matching`: highlight matching char of the character under the selections
cursor using `MatchingChar` face. cursor using `MatchingChar` face.
* `number_lines \<-relative> \<-hlcursor>`: show line numbers. The -relative switch * `number_lines \<-relative> \<-hlcursor> \<-separator <separator text> >`: show line numbers.
will show line numbers relative to the main cursor line, the -hlcursor switch will The -relative switch will show line numbers relative to the main cursor line, the
highlight the cursor line with a separate face. -hlcursor switch will highlight the cursor line with a separate face. With the
-separator switch one can specify a string to separate the line numbers column with
the rest of the buffer, default is `|`.
* `fill <face>`: fill using given face, mostly useful with <<regions-highlighters,Regions highlighters>> * `fill <face>`: fill using given face, mostly useful with <<regions-highlighters,Regions highlighters>>
Highlighting Groups Highlighting Groups