diff options
| author | Stéphane Blondon <stephane.blondon@gmail.com> | 2026-03-26 23:27:09 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-03-26 23:27:09 +0900 |
| commit | 50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9 (patch) | |
| tree | b06616c63fdfdad40f2732b8293f5d62e1e0711a /Completion/Zsh/Function | |
| parent | 54170: be sure to skip dummy matches when completing (diff) | |
| download | zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar.gz zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar.bz2 zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar.lz zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar.xz zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.tar.zst zsh-50bfeb4e98a1cef5fe70d99553a3c1f5b15a02f9.zip | |
54246: _zcalc: accept option -r (RPN mode)
Diffstat (limited to 'Completion/Zsh/Function')
| -rw-r--r-- | Completion/Zsh/Function/_zcalc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Function/_zcalc b/Completion/Zsh/Function/_zcalc index 093a7a91d..f4432823f 100644 --- a/Completion/Zsh/Function/_zcalc +++ b/Completion/Zsh/Function/_zcalc @@ -4,4 +4,5 @@ _arguments -s -w -S : \ '-#[specify default base]:base: ' \ '-f[force floating point for all expressions]' \ '-e[treat command line as expressions to be output immediately]' \ + '-r[enable Reverse Polish Notation]' \ '*:expression: ' |
