diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-07-20 12:47:49 +0200 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-07-20 12:47:49 +0200 |
| commit | d7c0bfddd07193713698a835ba071ced0c851d2c (patch) | |
| tree | 68e8a912e6fdbcc76db31c9967348f0a28cada67 /src | |
| parent | ec1824d3c3e734a5718fa96e4b37fbd808bfc5c6 (diff) | |
| parent | 720ff62f03b7fc2fd8f744745a195097edca8a61 (diff) | |
Merge remote-tracking branch 'Delapouite/rmhl'
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 05c9e81e..e69dc1e3 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -741,7 +741,7 @@ const CommandDesc add_highlighter_cmd = { const CommandDesc remove_highlighter_cmd = { "remove-highlighter", "rmhl", - "add-highlighter <path>: remove highlighter <name>", + "remove-highlighter <name>: remove highlighter <name>", ParameterDesc{ {}, ParameterDesc::Flags::None, 1, 1 }, CommandFlags::None, CommandHelper{}, |
