diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-11-21 09:35:14 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-11-21 09:35:14 +1100 |
| commit | da3ddbf4fe72c3180731af1dca9128bd56c00ac5 (patch) | |
| tree | fbef40addc16e9712d7f945fe74979fef65d9206 /src | |
| parent | e88852430b5a11a3abe76da0d022133cf6d95579 (diff) | |
| parent | 336c1d29b540b5936230de55e63546235f73b97e (diff) | |
Merge branch 'doc_highlighter_switch' of http://github.com/fennewald/kakoune
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index e4116bf0..fbf14e8e 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -972,7 +972,7 @@ const CommandDesc arrange_buffers_cmd = { const CommandDesc add_highlighter_cmd = { "add-highlighter", "addhl", - "add-highlighter <path>/<name> <type> <type params>...: add a highlighter to the group identified by <path>\n" + "add-highlighter [-override] <path>/<name> <type> <type params>...: add a highlighter to the group identified by <path>\n" " <path> is a '/' delimited path or the parent highlighter, starting with either\n" " 'global', 'buffer', 'window' or 'shared', if <name> is empty, it will be autogenerated", ParameterDesc{ |
