From 88dc6ac6daea0f0a16c7cf8a1e32d509121ff15c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 2 Jun 2015 16:08:41 +0200 Subject: throw error when trying to set or append the string part of "*" and appending to "$" * these operations are unsupported and there is no benefit in ignoring them silently. It only confused the user. --- doc/sciteco.7.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 8272b08..1e3739a 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -1017,6 +1017,7 @@ always have forward-slash directory separators even if they are displayed differently in the user interface. The \(lq*\(rq register may also be edited but changing its string contents has no effect on the file name of the buffer. +Setting and appending to the \(lq*\(rq register is unsupported. Setting the numeric part of the \(lq*\(rq register, as in \(lq1U*\(rq, is equivalent to editing a buffer by id (e.g. \(lq1EB\fB$\fP\(rq) but is shorter since there is no @@ -1048,6 +1049,7 @@ but querying \(lq$\(rq will still return an absolute path. The \(lq$\(rq register may also be edited but changing its string contents this way has no effect on the current working directory. +Appending to the \(lq$\(rq register is unsupported. .TP .BR $ " (Escape)" Command-line replacement register. -- cgit v1.2.3