From b6c3127994c71746e8151654bbec293ebce272ff Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Mon, 17 Aug 2015 00:22:29 +0200 Subject: [PATCH] Fix README * typos * escape "<-" --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index ae0ab7b2..dee502f7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -945,9 +945,9 @@ 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 to main cursor line, the -hlcursor switch will - highlight the cursor line with a separate 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. * `fill `: fill using given face, mostly useful with <> Highlighting Groups