54246: _zcalc: accept option -r (RPN mode)

This commit is contained in:
Stéphane Blondon
2026-03-26 23:27:09 +09:00
committed by Jun-ichi Takimoto
parent cfdcbff36b
commit 50bfeb4e98
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2026-03-26 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* Stéphane Blondon: 54246: Completion/Zsh/Function/_zcalc:
accept option -r (RPN mode)
2026-03-24 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 54170: Src/Zle/compresult.c: be sure to skip dummy matches

View File

@@ -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: '