diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-19 08:26:25 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-19 08:26:25 +1000 |
| commit | b1d5fda960067720b9923cf17c297ea3d1428e39 (patch) | |
| tree | 1b417e0428e42b635d44946a92d088db3b400132 /src | |
| parent | e7782ff14d5d1c4e60d1364645ba71d5a23c51cb (diff) | |
Reduce confusion in add-highlighter docstring
Closes #2222
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 f6ec6ad5..bf540a0c 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -725,7 +725,7 @@ const CommandDesc add_highlighter_cmd = { "add-highlighter", "addhl", "add-highlighter <path>/<name> <type> <type params>...: add an highlighter to the group identified by <path>\n" - " <path> is a '/' delimited path the parent, starting with either\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{ {}, ParameterDesc::Flags::SwitchesAsPositional, 2 }, CommandFlags::None, |
