Server IP : 51.89.169.208 / Your IP : 216.73.216.160 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/zsh/ |
Upload File : |
----------------- KNOWN BUGS IN ZSH ----------------- ------------------------------------------------------------------------ The pattern %?* matches names beginning with %? instead of names with at least two characters beginning with %. This is a hack to allow %?foo job substitution without quoting. This behaviour is incompatible with sh and ksh and may be removed in the future. A good fix would be to keep such patterns unchanged if they do not match regardless of the state of the nonomatch and nullglob options. ------------------------------------------------------------------------ It is currently impossible to time builtins. ------------------------------------------------------------------------ 40106: The comp* completion-related builtins (compadd, compset, etc) are run with $_comp_options in effect, rather than the user's options. ------------------------------------------------------------------------ users/20807: vcs_info quilt 'addon' mode: hook lookup context specifies the underlying VCS but not whether quilt is used. Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )). ------------------------------------------------------------------------ 41184: 'exec' optimization for last command in a subshell should be skipped when STTY=... is set for that command ------------------------------------------------------------------------ 41203 and others: Make it easier to maintain C modules out of tree. (May require defining a stable API for modules, see 41254) ------------------------------------------------------------------------