summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26unposted: Etc/FAQ.yo: Fix a typo in the front matter.Daniel Shahaf2-1/+5
2021-01-24github #71: _xrandr: Complete providersPaul Seyfert2-3/+12
* complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
2021-01-23users/26406: preserve caller setopts in zargsBart Schaefer2-2/+19
2021-01-2047849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto10-25/+17
2021-01-2047840: make zpty module work on CygwinPeiyuan Song3-1/+17
2020-12-12NEWS: Catch up on new featuresdana2-0/+23
2020-12-1147731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto3-6/+35
also fix format errors in contrib.yo
2020-12-1143946: call run-help for the command given to sudoSamir Benmendil2-1/+6
2020-12-05unposted: index compprefuncs and comppostfuncsBart Schaefer2-1/+7
2020-12-05unposted: vcs_info-examples: Fix conditionMikael Magnusson1-1/+1
2020-12-0447716: Etc/BUGS: Add Alekxandr's vcs_info patch.Daniel Shahaf2-0/+6
2020-12-0247704: fix scope for "private -p"Bart Schaefer2-0/+8
2020-12-02unposted: missed update from users/26150 commitBart Schaefer1-0/+4
2020-12-01users/26150: note failure of multios with execBart Schaefer1-0/+6
2020-11-1647547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ivan tkachenko2-1/+6
arithmetic expressions
2020-11-1647560: add includes/prototypes for tests in configureJun-ichi Takimoto3-0/+35
On macOS 11.0 it is now an error to use a function without prototype.
2020-11-12unposted: Fix typo 'my be' for typesetMikael Magnusson1-1/+1
2020-10-29users/26107: complete changed files after git diff HEADOliver Kiddle2-1/+13
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson5-9/+23
2020-10-2547302: Test for print -v fixMikael Magnusson3-0/+13
2020-10-2547301: Fix print -v metaficationJun-ichi Takimoto2-1/+6
2020-10-23Fix a race condition in zf_mkdir -pRoman Perepelitsa2-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.
2020-10-1847468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert2-1/+5
2020-10-03users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf2-5/+10
course of things, but only when an immediate, interim redisplay is desired.
2020-09-23github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2-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.
2020-09-2247395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2-1/+6
2020-09-13Unposted - fix commentBart Schaefer1-1/+1
2020-09-1347364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer6-5/+35
Mikael Magnusson: 47382: Completion for 47364
2020-09-1047352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas3-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.
2020-09-06unposted: remove periods from completion descriptionsDoug Kearns6-5/+13
As per the completion-style-guide recommendations.
2020-09-0447350: new dropbox command line client completionPeter Stephenson2-0/+70
2020-08-28github #64: Fix a build-time error when building against ncurses that hadn't ↵Daniel Shahaf2-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.
2020-08-2147328: remove references to old zsh.org mail addressesOliver Kiddle3-14/+15
2020-08-2147322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle2-3/+8
options
2020-08-1847323: _rpmbuild: Complete file arguments after -r/-b/-t.Daniel Shahaf2-1/+6
2020-08-16unposted: add ChangeLog entries for previous commitsMikael Magnusson1-0/+14
2020-08-1647307: edit-command-line: restrict editing to region if it is activeMikael Magnusson1-7/+29
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson3-2/+13
2020-08-1647305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson1-4/+23
This avoids the send-break which is both visually unappealing and might break some use cases where the user wishes to wrap edit-command-line in another widget.
2020-08-1647304: _globflags: support specifying more than one flag where appropriateMikael Magnusson1-9/+24
2020-08-16ChangeLog: Note that the last commit contained a minor unposted tweak.Daniel Shahaf1-2/+2
2020-08-1647314: is-at-least false positive (5.8.0.2 / 5.8)Daniel Shahaf2-0/+30
Actual behaviour: % is-at-least 5.8.0.2 5.8 && echo yes || echo no yes % is-at-least 5.8.0.2 5.8.0.0 && echo yes || echo no no Expected behaviour: Both commands should have printed "no".
2020-08-1647313: docs: Document explicitly that the :P modifier returns a symlink-less ↵Daniel Shahaf2-2/+9
path.
2020-08-1347320: Add completion for Linux tool used to adjust process OOM scoreJörg Sommer2-0/+13
2020-08-1347321: update completion for btrfs 5.4Oliver Kiddle2-6/+17
2020-08-1347319: complete more options to ImageMagick's convert commandOliver Kiddle2-0/+12
2020-08-1047294: updates to options in aptitude completionOliver Kiddle2-48/+69
2020-08-1047293: lowercase completion descriptions for lpOliver Kiddle2-78/+85
2020-08-1047308: zsh-development-guide: Document the new X-Seq autoreply bot.Daniel Shahaf2-0/+13
2020-08-0947303: vcs_info hg: Fix changing the expansion of %g (hook_com[guards]) in ↵Daniel Shahaf3-4/+17
the set-patch-format hook (regression from workers/40480). To reproduce, go to a hg repository with active mq guards and configure vcs_info as follows: zstyle '*' get-unapplied true zstyle ':vcs_info:*set-patch-format*' hooks f zstyle '*' patch-format '[%g : %G]' zstyle '*' nopatch-format '[%g : %G]' zstyle '*' formats '%m' +vi-f () { hook_com[guards]+=XXX } The regression was first released in 5.3.1-test-2, over three years ago.