From 122a799ecb7dd1a6d6ff392ab9dc9d88fafad770 Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Fri, 25 Sep 2015 17:50:39 +0200 Subject: [PATCH] Document the separator --- README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 15a71ea9..02c8c4d2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -966,9 +966,11 @@ general highlighters are: . * `show_matching`: highlight matching char of the character under the selections cursor using `MatchingChar` face. - * `number_lines \<-relative> \<-hlcursor>`: show line numbers. The -relative switch - will show line numbers relative to the main cursor line, the -hlcursor switch will - highlight the cursor line with a separate face. + * `number_lines \<-relative> \<-hlcursor> \<-separator >`: show line numbers. + The -relative switch will show line numbers relative to the main cursor line, the + -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 `: fill using given face, mostly useful with <> Highlighting Groups