about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* unposted: remove blank line that messed up "man" formattingBart Schaefer2020-05-171-1/+0
|
* 45831: Add _vi completerMatthew Martin2020-05-172-0/+51
|
* users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵Daniel Shahaf2020-05-162-0/+8
| | | | style.
* unposted: Add tests for previous commitMikael Magnusson2020-05-122-3/+9
|
* Support ${name:offset:length} with an empty offsetMikael Magnusson2020-05-122-5/+20
|
* gitlab !13: tar supports zstandard (zstd)noraj2020-05-092-2/+8
| | | | | | | | | | | | | Problem Variants of tar based on libarchive or GNU tar can support extracting zstd based files. Solution Add this type of to _tar_archive. From noraj <gitlab@mg.gitlab.com>
* unposted: libarchive tar can extract zip filesEitan Adler2020-05-072-1/+7
| | | | | | | | | | | Problem Variants of tar based on libarchive can extract zip files but `tar xf <tab>` does not complete this type of file. Solution Add this type of to _tar_archive.
* unposted: Use alternation patterns rather than brace expansionDaniel Shahaf2020-05-073-3/+9
| | | | (Cf. discussion on GitLab !12.)
* 45764: Add a regression test for 45772. Test by RomanDaniel Shahaf2020-05-052-0/+19
|
* 45772: Restore locale on parameter scope end.Peter Stephenson2020-05-052-0/+39
| | | | Check if relevant parameters changes and if so restore system settings.
* unposted: Fix typo in ChangeLogDaniel Shahaf2020-05-041-1/+1
|
* unposted: add a comment about how to add a new resourceJun-ichi Takimoto2020-05-032-0/+10
|
* 45614: update _dnfJun-ichi Takimoto2020-05-032-101/+459
|
* 45731: _debsnap: New completion function.Daniel Shahaf2020-05-032-0/+80
|
* 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2020-05-036-13/+88
| | | | Also, write/extend docstrings for sepjoin() and zjoin().
* 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵Daniel Shahaf2020-05-036-15/+27
| | | | | | hlinklist2array(). Will be used in the next commit.
* unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵Daniel Shahaf2020-05-022-1/+14
| | | | character.
* 45737 (+ docs, and update the test from 45722): zstyle: When determining the ↵Daniel Shahaf2020-05-025-6/+40
| | | | weight (specificity) of a pattern, consider the number of components before anything else, as documented.
* unposted: Revert unintentional move from 45722.Daniel Shahaf2020-05-022-0/+3
|
* 45739: docs: Clarifications about zstyle patterns.Daniel Shahaf2020-05-023-16/+23
| | | | | | - Consistently use the term "pattern" rather than "context" or "style pattern" - Correct statements about order of precedence of patterns - Give the rationale for the "rule of thumb"
* 45722: docs: Change zstyle example to a non-hierarchical oneDaniel Shahaf2020-05-023-8/+31
|
* 45752/0002: _gcc: Complete --output like -o.Daniel Shahaf2020-05-022-1/+4
|
* 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.Daniel Shahaf2020-05-022-1/+6
|
* github #56: typo: Add a single quote that had been missingBenjamin Esham2020-04-272-1/+6
|
* unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well.Daniel Shahaf2020-04-212-1/+6
|
* github #54: Fix dig completion errordavey hathorn2020-04-212-1/+6
|
* unposted: NEWS, README: Document zsh/system changes from workers/45708dana2020-04-203-4/+17
|
* unposted: zsh/system: Adjust documentation from workers/45708dana2020-04-202-4/+6
|
* 45708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware2020-04-206-9/+302
|
* 45702: compsys: Improve documentation of {insert,separate}-sectionsdana2020-04-202-3/+27
|
* 45684: Document - glob qualifier in error casesPeter Stephenson2020-04-152-1/+8
|
* 45661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript.dg17272020-04-122-0/+9
|
* 45660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2020-04-093-8/+29
| | | | Delay setting the option until the module system is set up.
* 45655: _retrieve_mac_apps: Update for recent macOSdana2020-04-052-2/+10
|
* 45656: Document the -o emacs segfault bug.Daniel Shahaf2020-04-052-0/+7
|
* Add SHORT_REPEAT optionMikael Magnusson2020-04-028-7/+34
|
* unposted: Make test platform-independent.Daniel Shahaf2020-04-022-2/+6
| | | | Follow-up to the grandparent commit.
* 45542: P01privileged: Use test-directory owner for auto-determined EUID/EGIDdana2020-04-012-8/+18
| | | | Prevents failure when the repo (or its parent) has mode 0700
* unposted: D02glob: Fix platform-dependent test failuredana2020-04-012-1/+6
| | | | | workers/45583 introduced a test failure on macOS, *BSD, and Solaris, where wc always outputs leading white space
* 45649: completion: Simplify Unison completion. No functional change.Daniel Shahaf2020-03-292-5/+7
|
* 45646: completion: Unison: Honour the $UNISON variableHenri Menke2020-03-292-2/+7
| | | | | | | | | | | | | | By default Unison uses the ~/.unison directory to store its cache and profiles. However, this location is configurable through the $UNISON environment variable. Quoting from the manual [1]: > If the environment variable UNISON is defined, then its value will be > used as the name of this directory. This patch enables users to move the .unison directory and still enjoy zsh completion for profiles. [1] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#unisondir
* github #46: _git-restore: Complete arguments to the --source option after a ↵Gastón Haro2020-03-282-1/+6
| | | | '=' sign
* github #46: Better restrict git-restore(1) file completionsGastón Haro2020-03-282-5/+14
| | | | | | | | | | Add support to the -S and -W options. Remove the facility for completing files from the tree specified by the --source argument since, upon testing in git 2.26.0, that doesn't seem to be correct behaviour. (Note git-restore(1) says the command is experimental and its semantics may change.) See discussion on the PR for details.
* 45644: vcs_info git: Fix current patch's name in several cases.Daniel Shahaf2020-03-282-0/+18
|
* unposted: Fix syntax error introduced in 45591.Daniel Shahaf2020-03-282-1/+4
|
* 45640: Fix new test when ${PWD}'s value contains symlinks.Daniel Shahaf2020-03-282-4/+12
|
* 45627: vcs_info git: Under git-am(1) conflicts, pass to the ↵Daniel Shahaf2020-03-272-3/+15
| | | | | | | | | | | | | | | | | | gen-applied-string hook information on already-applied patches. The hook already receives information about the current (topmost applied) patch and, if the get-unapplied style is set, about future (unapplied) patches. Tested in the Functions/VCS_Info/test-repo-git-rebase-apply scenario, after manually converting the rebase to a «git am». (Specifically, I ran: mkdir d git rebase --abort git format-patch rebase_from_this..HEAD -o d git checkout rebase_onto_this git am d/* .)
* 45625: vcs_info svn: Detect the "working copy format is too new" error.Daniel Shahaf2020-03-272-1/+12
|
* 45626: vcs_info: Deduplicate calling the set-branch-format hook.Daniel Shahaf2020-03-277-33/+39
|
* 45624: vcs_info: Set $rrn in all backends.Daniel Shahaf2020-03-274-0/+9
|