diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-02 16:08:41 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-06-02 16:08:41 +0200 |
commit | 88dc6ac6daea0f0a16c7cf8a1e32d509121ff15c (patch) | |
tree | 7dddb9ef7c8f4efec163e432c4000704d166549a /doc/sciteco.7.template | |
parent | 02d414b3ab447e637fef776e387aa5a07293738a (diff) | |
download | sciteco-88dc6ac6daea0f0a16c7cf8a1e32d509121ff15c.tar.gz |
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.
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 2 |
1 files changed, 2 insertions, 0 deletions
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. |