Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | github #63: fix regression caused by 44274, with sort style -o could break ↵ | oxiedi | 2021-02-07 | 2 | -1/+4 | |
| | | | | _values | |||||
* | github #72: Fix unix command lldb tab-completion | Semnodime | 2021-02-07 | 2 | -12/+15 | |
| | | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg | |||||
* | gitlab !16: Allow spaces between short options and their parameters in ↵ | aaaz | 2021-02-07 | 2 | -10/+16 | |
| | | | | | | _transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior. | |||||
* | 47919: use common function for completing BSD login classes | Oliver Kiddle | 2021-02-06 | 6 | -11/+40 | |
| | | | | also update for options to env on FreeBSD and Dragonfly | |||||
* | 47918: new util-linux completions for nsenter and unshare | Oliver Kiddle | 2021-02-06 | 3 | -0/+73 | |
| | ||||||
* | unposted: Add cindex entries for some subsections | Bart Schaefer | 2021-02-05 | 2 | -3/+16 | |
| | ||||||
* | 47895: Remove trailing spaces from "print -ac" output lines. | Bart Schaefer | 2021-02-04 | 3 | -4/+7 | |
| | ||||||
* | 47865: More tests for globbing in restricted directories | Bart Schaefer | 2021-02-04 | 2 | -0/+19 | |
| | ||||||
* | 47889: Update csh aliasing equivalences | Bart Schaefer | 2021-02-04 | 2 | -5/+9 | |
| | ||||||
* | 47899: Improve error message from zparseopts. | Joshua Krusell | 2021-02-03 | 3 | -2/+10 | |
| | ||||||
* | 47883: _awk: support gawk ver.5 | Jun-ichi Takimoto | 2021-02-01 | 2 | -2/+6 | |
| | ||||||
* | 47873: Improve completion within dynamic directory names | Peter Stephenson | 2021-01-27 | 4 | -4/+23 | |
| | ||||||
* | 47744: Fix vi repeats with hooks in use. | GammaFunction | 2021-01-27 | 2 | -0/+7 | |
| | ||||||
* | unposted: Etc/FAQ.yo: Fix a typo in the front matter. | Daniel Shahaf | 2021-01-26 | 2 | -1/+5 | |
| | ||||||
* | github #71: _xrandr: Complete providers | Paul Seyfert | 2021-01-24 | 2 | -3/+12 | |
| | | | | | * complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders` | |||||
* | users/26406: preserve caller setopts in zargs | Bart Schaefer | 2021-01-23 | 2 | -2/+19 | |
| | ||||||
* | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 2021-01-20 | 10 | -25/+17 | |
| | ||||||
* | 47840: make zpty module work on Cygwin | Peiyuan Song | 2021-01-20 | 3 | -1/+17 | |
| | ||||||
* | NEWS: Catch up on new features | dana | 2020-12-12 | 2 | -0/+23 | |
| | ||||||
* | 47731 (+unposted): add run-help assistant for btrfs | Jun-ichi Takimoto | 2020-12-11 | 3 | -6/+35 | |
| | | | | also fix format errors in contrib.yo | |||||
* | 43946: call run-help for the command given to sudo | Samir Benmendil | 2020-12-11 | 2 | -1/+6 | |
| | ||||||
* | unposted: index compprefuncs and comppostfuncs | Bart Schaefer | 2020-12-05 | 2 | -1/+7 | |
| | ||||||
* | unposted: vcs_info-examples: Fix condition | Mikael Magnusson | 2020-12-05 | 1 | -1/+1 | |
| | ||||||
* | 47716: Etc/BUGS: Add Alekxandr's vcs_info patch. | Daniel Shahaf | 2020-12-04 | 2 | -0/+6 | |
| | ||||||
* | 47704: fix scope for "private -p" | Bart Schaefer | 2020-12-02 | 2 | -0/+8 | |
| | ||||||
* | unposted: missed update from users/26150 commit | Bart Schaefer | 2020-12-02 | 1 | -0/+4 | |
| | ||||||
* | users/26150: note failure of multios with exec | Bart Schaefer | 2020-12-01 | 1 | -0/+6 | |
| | ||||||
* | 47547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ | ivan tkachenko | 2020-11-16 | 2 | -1/+6 | |
| | | | | arithmetic expressions | |||||
* | 47560: add includes/prototypes for tests in configure | Jun-ichi Takimoto | 2020-11-16 | 3 | -0/+35 | |
| | | | | On macOS 11.0 it is now an error to use a function without prototype. | |||||
* | unposted: Fix typo 'my be' for typeset | Mikael Magnusson | 2020-11-12 | 1 | -1/+1 | |
| | ||||||
* | users/26107: complete changed files after git diff HEAD | Oliver Kiddle | 2020-10-29 | 2 | -1/+13 | |
| | ||||||
* | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 2020-10-25 | 5 | -9/+23 | |
| | ||||||
* | 47302: Test for print -v fix | Mikael Magnusson | 2020-10-25 | 3 | -0/+13 | |
| | ||||||
* | 47301: Fix print -v metafication | Jun-ichi Takimoto | 2020-10-25 | 2 | -1/+6 | |
| | ||||||
* | Fix a race condition in zf_mkdir -p | Roman Perepelitsa | 2020-10-23 | 2 | -9/+24 | |
| | | | | | | If ~/foo does not exist and `zf_mkdir -p zf_mkdir -p` is executed concurrently in multiple shells, it was possible prior to this patch for the command to fail with EEXIST. | |||||
* | 47468: Doc/Zsh/contrib.yo: Fix typo | Axel Beckert | 2020-10-18 | 2 | -1/+5 | |
| | ||||||
* | users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵ | Daniel Shahaf | 2020-10-03 | 2 | -5/+10 | |
| | | | | course of things, but only when an immediate, interim redisplay is desired. | |||||
* | github #65: _nmap: Rename option flags (s/_/-/g) | Meng Bo | 2020-09-23 | 2 | -12/+17 | |
| | | | | Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format. | |||||
* | 47395: _store_cache: Don't leak the variable ${_cache_dir}. | Jacob Menke | 2020-09-22 | 2 | -1/+6 | |
| | ||||||
* | Unposted - fix comment | Bart Schaefer | 2020-09-13 | 1 | -1/+1 | |
| | ||||||
* | 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement} | Bart Schaefer | 2020-09-13 | 6 | -5/+35 | |
| | | | | Mikael Magnusson: 47382: Completion for 47364 | |||||
* | 47352 (+ extra test cases): fix %<n>K prompt expansion | Stephane Chazelas | 2020-09-10 | 3 | -1/+34 | |
| | | | | | | | | | | | Fixed a regression introduced by workers/30496 (5.0.3) whereby %2K would no longer be the equivalent of %K{2} (%K{green}) in prompt expansion. That was one missing case where the is_fg flag was not passed along to match_colour() after code factorisation. Add tests for the different syntax variants, using echoti as a reference. | |||||
* | unposted: remove periods from completion descriptions | Doug Kearns | 2020-09-06 | 6 | -5/+13 | |
| | | | | As per the completion-style-guide recommendations. | |||||
* | 47350: new dropbox command line client completion | Peter Stephenson | 2020-09-04 | 2 | -0/+70 | |
| | ||||||
* | github #64: Fix a build-time error when building against ncurses that hadn't ↵ | Daniel Shahaf | 2020-08-28 | 2 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | been built with --enable-wgetch-events. The --enable-wgetch-events codepath is experimental (according to ncurses-6.2/INSTALL) and off by default (according to ncurses-6.2/configure.in). With that codepath disabled, the macro KEY_EVENT is not provided, which (before this commit) manifested as a build-time error: [ 245s] gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -DHAVE_CONFIG_H -DMODULE -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fPIE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -fPIC -o curses..o curses.c [ 246s] In file included from curses.c:210: [ 246s] curses_keys.h:93:15: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_RESET'? [ 246s] 93 | {"EVENT", KEY_EVENT}, [ 246s] | ^~~~~~~~~ [ 246s] | KEY_RESET curses_keys.h is only used for setting the "kevent" output parameter of 'zcurses input' (and the associated $zcurses_keycodes special variable), so there's no harm in just leaving KEY_EVENT out of it. (That codepath deals gracefully with numeric values that don't correspond to any of the known compile-time values, as that can happen whenever the build- and run-time versions of ncurses don't provide the same set of KEY_* macros, with or without relation to that configure flag.) Reported by Martin Liska. | |||||
* | 47328: remove references to old zsh.org mail addresses | Oliver Kiddle | 2020-08-21 | 3 | -14/+15 | |
| | ||||||
* | 47322: allow prefix with ssh cipher completion and add matching control for ↵ | Oliver Kiddle | 2020-08-21 | 2 | -3/+8 | |
| | | | | options | |||||
* | 47323: _rpmbuild: Complete file arguments after -r/-b/-t. | Daniel Shahaf | 2020-08-18 | 2 | -1/+6 | |
| | ||||||
* | unposted: add ChangeLog entries for previous commits | Mikael Magnusson | 2020-08-16 | 1 | -0/+14 | |
| | ||||||
* | 47307: edit-command-line: restrict editing to region if it is active | Mikael Magnusson | 2020-08-16 | 1 | -7/+29 | |
| |