diff options
| author | Carson <c@rson.riker.me> | 2021-11-16 00:45:47 -0500 |
|---|---|---|
| committer | Carson <c@rson.riker.me> | 2021-11-16 00:45:47 -0500 |
| commit | 336c1d29b540b5936230de55e63546235f73b97e (patch) | |
| tree | 630409a4069596bff96d0c95f476797f499b31d7 /src | |
| parent | e7100dc87434d933fd8268e5bf70080b627750c5 (diff) | |
Documented -override switch for add-highlighter
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{ |
