diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-14 23:16:22 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-14 23:16:22 +1000 |
| commit | eb7b7bfd4a7500a39b1a1dd6a93c4319a31b4813 (patch) | |
| tree | eaab27111f5210645f5bba41a30c2d08bb07d256 | |
| parent | 3ca424d10f7095910b4af45df1d186921eb6dd47 (diff) | |
| parent | ec721081744d05fa5482b9a8c0211888ab9204f8 (diff) | |
Merge remote-tracking branch 'alyssais/patch-3'
| -rw-r--r-- | doc/pages/hooks.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
