From ec721081744d05fa5482b9a8c0211888ab9204f8 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 10 Jul 2018 16:05:26 +0000 Subject: [PATCH] Update number-lines name in docs --- doc/pages/hooks.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc index 8c23d5e0..2078ef5f 100644 --- a/doc/pages/hooks.asciidoc +++ b/doc/pages/hooks.asciidoc @@ -19,7 +19,7 @@ For example to automatically use line numbering with .cc files, use the following command: ---------------------------------------------------- -hook global WinCreate .*\.cc %{ add-highlighter number_lines } +hook global WinCreate .*\.cc %{ add-highlighter number-lines } ---------------------------------------------------- If *group* is given, make this hook part of the named group. Groups are used