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