From b1d5fda960067720b9923cf17c297ea3d1428e39 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 19 Jul 2018 08:26:25 +1000 Subject: [PATCH] Reduce confusion in add-highlighter docstring Closes #2222 --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / ...: add an highlighter to the group identified by \n" - " is a '/' delimited path the parent, starting with either\n" + " is a '/' delimited path or the parent highlighter, starting with either\n" " 'global', 'buffer', 'window' or 'shared', if is empty, it will be autogenerated", ParameterDesc{ {}, ParameterDesc::Flags::SwitchesAsPositional, 2 }, CommandFlags::None,