diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-09 11:01:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-09 11:01:20 +0000 |
commit | 00e507fc0eb53fb00f34e55cd89bef4cfffa8663 (patch) | |
tree | e554eb6afda593d1b1f94e2d8c6d6939c593cb0f /Doc/Zsh | |
parent | e050b88b970591f9c6eae2230520a0ddd12589ec (diff) | |
download | zsh-00e507fc0eb53fb00f34e55cd89bef4cfffa8663.tar.gz zsh-00e507fc0eb53fb00f34e55cd89bef4cfffa8663.tar.xz zsh-00e507fc0eb53fb00f34e55cd89bef4cfffa8663.zip |
unposted: fix calendar bug updating repeating events
allow calendar_edit to take arguments for editor
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/calsys.yo | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index 94ddd9f75..ea315f5c3 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -463,8 +463,11 @@ The second line will not be shown by the tt(calendar) function. ) findex(calendar_edit) item(tt(calendar_edit))( -This calls the user's editor to edit the calendar file. The editor -is given by the variable tt(VISUAL), if set, else the variable tt(EDITOR). +This calls the user's editor to edit the calendar file. If +there are arguments, they are taken as the editor to use (the file name +is appended to the commands); otherwise, the editor is given by the +variable tt(VISUAL), if set, else the variable tt(EDITOR). + If the calendar scheduler was running, then after editing the file tt(calendar -s) is called to update it. |