mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
54246: _zcalc: accept option -r (RPN mode)
This commit is contained in:
committed by
Jun-ichi Takimoto
parent
cfdcbff36b
commit
50bfeb4e98
@@ -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
|
||||
|
||||
@@ -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: '
|
||||
|
||||
Reference in New Issue
Block a user