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:
		@@ -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 [&])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user