From 4e4dae9562eef4509c48757abc299140eb150f7d Mon Sep 17 00:00:00 2001 From: Rummskartoffel <20257197+Rummskartoffel@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:58:17 +0100 Subject: [PATCH] Remove outdated :set help text --- src/excmds.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/excmds.ts b/src/excmds.ts index b6fafa60..d28f9fa5 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -3499,8 +3499,6 @@ export function seturl(pattern: string, key: string, ...values: string[]) { If no value is given, the value of the of the key will be displayed. - If the setting you are changing has a dot or period character (.) in it, it cannot be set with `:set` directly. You must either use a helper command for that specific setting - e.g. [[seturl]] or [[autocontain]], or you must use Tridactyl's JavaScript API with `:js tri.config.set("path", "to", "key", "value")` to set `{path: {to: {key: value}}}`. - See also: [[unset]] */ //#background