1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-06 07:16:04 +02:00
Commit Graph

10637 Commits

Author SHA1 Message Date
Daniel Shahaf 5f0cda32b5 43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add it to the default target of the Etc/ subdirectory.
This fixes `make targz-doc` in out-of-tree builds.
2018-09-03 13:38:26 +00:00
Peter Stephenson 3ad2ca3305 Don't handle ZLE functions for single key.
For read -k and read -q where we use ZLE, we just want a single
key and not full ZLE processing.  So don't handle timed
ZLE functions when preforming the read.
2018-09-03 10:09:22 +01:00
Oliver Kiddle 014eaf7e81 43358: enforce consistent patchlevel form 2018-08-31 23:34:11 +02:00
Oliver Kiddle 43e9a1dc97 43357: isinf/isnan can be macros so need custom configure tests 2018-08-31 23:25:38 +02:00
Oliver Kiddle 410c30a25b unposted: git describe's --long and --abbrev options are not mutually exclusive 2018-08-31 23:17:28 +02:00
Oliver Kiddle 36ac12d0b6 43359: further review of git remote set-url completion 2018-08-31 23:10:36 +02:00
pseyfert e754b18ca7 42810: git remote set-url completion 2018-08-31 22:58:52 +02:00
Jun-ichi Takimoto 7d905fd4fe 43350: _zsh: support --emulate 2018-08-30 00:58:29 +09:00
Jun-ichi Takimoto 5ff259d413 43349: new completion for eog 2018-08-30 00:53:10 +09:00
Oliver Kiddle b8df07ad06 43351: handle the new diff implementation in the pre-release version of FreeBSD 12 2018-08-29 17:34:43 +02:00
Oliver Kiddle 245503929e 43346: various completion option updates 2018-08-29 17:32:10 +02:00
Anton Shestakov fcb4f79567 43348: _hg: check for both -r and --rev 2018-08-29 17:27:31 +02:00
Anton Shestakov 06f3bc09c0 43347: _hg: use revsets for suggestions for hg merge 2018-08-29 17:23:04 +02:00
Oliver Kiddle 419625bf87 43345: don't modify global variable in _umountable 2018-08-28 17:41:29 +02:00
Oliver Kiddle e104d0a6fe unposted: correct completion argument order for dkms 2018-08-28 17:37:14 +02:00
Oliver Kiddle ab8a1a5824 unposted: completion for argument to strings -s was missing 2018-08-28 17:35:43 +02:00
Oliver Kiddle 9303073a58 unposted: complete also for bsdtar 2018-08-28 17:33:33 +02:00
Oliver Kiddle 50d905cc7a unposted: fix typo in svccfg completion function call 2018-08-28 17:29:13 +02:00
Daniel Shahaf ef61918398 Test release: 5.5.1-test-2. 2018-08-25 22:37:23 +00:00
Daniel Shahaf 6a5a11c5fe unposted: Fix FAQ build, broken by 43184. 2018-08-25 19:01:55 +00:00
Daniel Shahaf 17c0439936 unposted: Test release: 5.5.1-test-1. 2018-08-25 17:56:38 +00:00
Daniel Shahaf 1c5fb91e71 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver). 2018-08-25 15:54:35 +00:00
Daniel Shahaf 40d9681b62 43313 (log message tweaked): vcs_info git: For the branch name, try to find a symbolic name before falling back to a raw commit hash.
Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7)
name in terms of a branch or tag that contains (= is a descendant of,
is younger than) HEAD.

In this repository, the output changes from "9567bfe..." to
"master~1" or "remotes/origin/HEAD~1". This would also happen
during bisects, e.g., "bisect/bad~22".
2018-08-24 15:50:18 +00:00
Daniel Shahaf 4cfbbf9ca5 43314: vcs_info git: Flatten a nested if.
No functional change.
2018-08-24 15:49:38 +00:00
Oliver Kiddle f95635a447 43330: complete more options to cu 2018-08-24 08:04:12 +02:00
Oliver Kiddle f7deb49513 43329: new diff3 completion 2018-08-24 08:04:12 +02:00
Oliver Kiddle f4a1c3c4a3 43328: new zeal completion 2018-08-24 08:04:12 +02:00
dana 7bf4f03eb3 unposted: Fix --ascii typo in _man 2018-08-23 18:14:02 -05:00
Anton Shestakov 0e3508f476 43325: _hg: suggest merge tools for -t/--tool 2018-08-23 01:39:43 +02:00
Anton Shestakov d25c6d59e9 43326: _hg: add completion of -S/--subrepos to many commands 2018-08-23 01:34:24 +02:00
Klas Mellbourn def92fc006 github #27: add --folder-uri to completion for Visual Studio Code 2018-08-23 01:27:42 +02:00
Oliver Kiddle 01bc3c124a 43301: add some functions from zsh-completions project 2018-08-23 01:19:54 +02:00
Daniel Shahaf 6fcb32b300 unposted: docs: Fix duplicated words in _combination. 2018-08-21 10:34:54 +00:00
Peter Stephenson 3c93497eb7 43294: Add ZLE_RECURSIVE parameter. 2018-08-17 19:43:17 +01:00
dana 9567bfe061 43302: Fix _du -B spec 2018-08-15 16:15:24 -05:00
Daniel Shahaf 8178698bb2 unposted: _make: Allow pasted arguments for GNU make's -j option. 2018-08-13 11:17:21 +00:00
dana b21a641d4c 43275: Add log2 to match func 2018-08-13 09:36:55 +01:00
Marc CornellĂ  99fd8c0fe9 unposted (PR #26): __git_files: fix double quotation of star
This fixes the double quote introduced by aa160fc8, so that the end result of
the parameter expansion is $pref followed by \* (a quoted star), meaning
`git ls-files` gets a literal star, not an expanded list of matching files, as
was intended in commit cc7437bf.

Fixes completion of `git add ../<TAB>`.
2018-08-12 19:37:47 +00:00
Peter Stephenson f58b35bf88 43264: fix ${+assoc[nonexistent]} with KSH_ARRAYS 2018-08-09 09:48:35 +01:00
Peter Stephenson 225b35c907 43261: Fix unary minus with base.
Apply unary minus to a complete lexical constant rather than the
first component that comes along.
2018-08-08 17:11:54 +01:00
Anton Shestakov bf8b611820 43254: remove hg -w completion, add hg -S 2018-08-07 09:19:24 +01:00
Anton Shestakov ac9dfc9e93 43252: fix various hg options for completion 2018-08-07 09:17:09 +01:00
Anton Shestakov ea4cc2e985 43250: add hg forget, phase, summary completion 2018-08-07 09:14:47 +01:00
Anton Shestakov ea33441f45 43251: fix some return values of _hg functions 2018-08-07 09:12:04 +01:00
Anton Shestakov 262796ec2e 43253: hg --style deprecated in favour of --template 2018-08-07 09:10:04 +01:00
Jun-ichi Takimoto ad9f07e66f 43227: fix memory leaks in term{cap,info}.c 2018-08-01 21:36:44 +09:00
dana 96ea5e32b4 43207: Improve _bind_addresses, _php
Minor change from the patch as posted to the ML: _php now calls _bind_addresses
with -K, since it can't actually listen on a link-local address.
2018-07-31 20:46:09 -05:00
Jun-ichi Takimoto baedd62f0d 43219 (except term{cap,info}.c): fix several memory leaks 2018-07-31 22:15:58 +09:00
Peter Stephenson e6f2d776d3 43225: Recalculate ZLE timeout.
Needed when looping owing to having handled a special fd.
2018-07-30 15:39:51 +01:00
Matthew Martin b5f0ad8e7b 43184: Remove reference to ftp_sites.yo 2018-07-29 13:48:42 -05:00