sdn-install: explain why -dot is experimental
Add an explanatory link, so that I don't need to look it up again.
This commit is contained in:
parent
e7da32160c
commit
1034321f81
|
@ -94,6 +94,7 @@ edit:insert:binding[Alt-o] = {
|
||||||
local:posix = [cmd]{ /bin/sh -c $cmd </dev/tty >/dev/tty 2>&1 }
|
local:posix = [cmd]{ /bin/sh -c $cmd </dev/tty >/dev/tty 2>&1 }
|
||||||
|
|
||||||
# XXX: the -dot is not a stable API, and may hence break soon
|
# XXX: the -dot is not a stable API, and may hence break soon
|
||||||
|
# https://elv.sh/ref/builtin.html#do-not-use-functions-and-variables
|
||||||
local:buffer = $edit:current-command
|
local:buffer = $edit:current-command
|
||||||
local:cursor = (str:to-codepoints $buffer[0..$edit:-dot] | count)
|
local:cursor = (str:to-codepoints $buffer[0..$edit:-dot] | count)
|
||||||
local:ns = (ns [&])
|
local:ns = (ns [&])
|
||||||
|
|
Loading…
Reference in New Issue