From 00e507fc0eb53fb00f34e55cd89bef4cfffa8663 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 9 Mar 2010 11:01:20 +0000 Subject: unposted: fix calendar bug updating repeating events allow calendar_edit to take arguments for editor --- Doc/Zsh/calsys.yo | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/calsys.yo') 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. -- cgit 1.4.1