diff options
author | Marius Eriksen <marius.eriksen@gmail.com> | 2012-11-25 22:56:08 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-11-25 22:56:08 -0500 |
commit | 2589c5c6ee1f582810a037a934280b29fe8c5e55 (patch) | |
tree | 4ac03483bd37c80debb63a204568cc7aa63fe90b /man | |
parent | e19fde358468d55bc60664691978ae86c7641015 (diff) | |
download | plan9port-2589c5c6ee1f582810a037a934280b29fe8c5e55.tar.gz plan9port-2589c5c6ee1f582810a037a934280b29fe8c5e55.tar.bz2 plan9port-2589c5c6ee1f582810a037a934280b29fe8c5e55.zip |
acme: set $samfile (same as $%) during execution
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6854092
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/acme.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man1/acme.1 b/man/man1/acme.1 index 3dc1f2af..aa02f770 100644 --- a/man/man1/acme.1 +++ b/man/man1/acme.1 @@ -527,6 +527,8 @@ producing output in a window labeled .BR /home/rob/sam/+Errors . The environment of such commands contains the variable .B $% +and +.B $samfile with value set to the filename of the window in which the command is run, and .B $winid |