diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-04 10:59:10 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-04 10:59:10 +0000 |
| commit | 7960ae5d4c057d28f67263dc547d84e3ea8e06fc (patch) | |
| tree | 1252b6aedbdb39c30ae225b1141744ff45d1c1d9 /Functions/Calendar/calendar_add | |
| parent | Incomplete improvements for $'...' in completion (diff) | |
| download | zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar.gz zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar.bz2 zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar.lz zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar.xz zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.tar.zst zsh-7960ae5d4c057d28f67263dc547d84e3ea8e06fc.zip | |
Vin Shelton: 23027: typo in calsys.yo
unposted: missing autoload in calendar_add, improve age date shortcuts
Diffstat (limited to 'Functions/Calendar/calendar_add')
| -rw-r--r-- | Functions/Calendar/calendar_add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Calendar/calendar_add b/Functions/Calendar/calendar_add index 2a00811fd..f7f60e136 100644 --- a/Functions/Calendar/calendar_add +++ b/Functions/Calendar/calendar_add @@ -14,7 +14,7 @@ local calendar newfile REPLY lastline local -a calendar_entries lockfiles integer newdate done rstat -autoload -U calendar_{read,lockfiles} +autoload -U calendar_{read,lockfiles,scandate} # Read the calendar file from the calendar-file style zstyle -s ':datetime:calendar_add:' calendar-file calendar || |
