about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: add "--" to zle widget call for conventional sanityBarton E. Schaefer2016-10-291-1/+1
|
* _git-cherry-pick: Complete argv[2] et seq.Daniel Shahaf2016-10-291-1/+1
|
* unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer2016-10-282-2/+7
|
* users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf2016-10-282-3/+11
|
* unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2016-10-273-5/+9
|
* 39739: Complete negative integers for -n/-c in the GNU variant. (after 39479)Daniel Shahaf2016-10-273-2/+8
|
* unposted: mention former behavior of typeset for comparisonBarton E. Schaefer2016-10-262-1/+3
|
* 39725: more metafication of patterns.Barton E. Schaefer2016-10-252-2/+7
|
* 39723: metafy string passed to pattern in complist.Peter Stephenson2016-10-253-0/+11
| | | | Also additional safety tokenizing a string with Meta characters.
* "typeset -p" uses "export" commands or the "-g" option for parameters that ↵Barton E. Schaefer2016-10-247-10/+39
| | | | are not local to the current scope
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-243-1/+11
|
* 39708: Document _email_addresses.Daniel Shahaf2016-10-243-0/+47
|
* 39707: Document _dir_list.Daniel Shahaf2016-10-242-0/+19
|
* 39715: Handle multibyte characters in complist listingPeter Stephenson2016-10-232-5/+17
|
* 39710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tagBarton E. Schaefer2016-10-223-3/+20
| | | | Also allow a single unique match to appear in the "expansions" tag of _expand in the same way as _user_expand (users/21955 commit 18200dc0)
* 39688: Skip out of P_EXACTLY pattern loop if P_PURES.Peter Stephenson2016-10-202-2/+5
| | | | | | | If it's really a pure string, there's only one exact match. We could overwrite the next pointer; usually this didn't matter because we'd hit a termination, but if we reallocated we might be looking at garbage.
* 39683: Update scan pointers after possible alloc.Peter Stephenson2016-10-202-1/+10
| | | | | Problem could cause next scan index to point into an invalid block when handling meta characters.
* 39680: correctly handle case of popping last arenaBarton E. Schaefer2016-10-192-1/+6
| | | | | This mattered only when compiling with --enable-stack-allocation because otherwise the heap was never completely empty.
* 39678: metafication of printf %q argument and resultPeter Stephenson2016-10-193-2/+12
|
* 39590: zle: Call zle-line-pre-redraw after inserting a completion resultm0viefreak2016-10-182-0/+6
| | | | | This is necessary to make sure redrawhook() is called while cycling results in menu completion.
* 39654: (based on patch by Baptiste Daroussin) Better support bmake, ↵Daniel Shahaf2016-10-182-8/+15
| | | | | | | | FreeBSD's default make(1) implementation. Don't pass gmake options to bmake. Add bmake-speciic codepath for completing targets and parsing the makefile.
* 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf2016-10-182-9/+83
|
* 39657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf2016-10-182-1/+4
| | | | | | complete all known styles. Previously, vcs_info styles weren't completed.
* 39657: Make a helper function global.Daniel Shahaf2016-10-184-16/+30
|
* 39500: compdescribe: perform on-screen-width computation using the "nice" ↵Daniel Shahaf2016-10-162-9/+16
| | | | | | | length, since the matches are rendered by nice*() functions by compadd Remove two "###" question comments relative to the patch posted, since the answer to them is (clearly) negative.
* 39624: remove space before compdef that prevents yafc completion function ↵Oliver Kiddle2016-10-142-13/+16
| | | | being used plus other tweaks
* 39623: new evince completionOliver Kiddle2016-10-143-1/+35
|
* 39625: case needs to reset lastval if no pattern matchedMartijn Dekker2016-10-133-2/+28
|
* 39622: add test cases for recent _arguments fixes, exclusion lists and -A/-SOliver Kiddle2016-10-132-0/+96
|
* 39611: with _arguments sets completion stopped if one of the rest arguments ↵Oliver Kiddle2016-10-132-1/+5
| | | | starts with a dash
* 39533: add the new -L option, sort options and add some exclusionsMatthew Martin2016-10-132-3/+11
|
* 36108: command -[vV] assumed -pPeter Stephenson2016-10-112-2/+8
|
* 39599: Don't reset status before "case" executionPeter Stephenson2016-10-103-1/+13
|
* 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.Daniel Shahaf2016-10-072-1/+5
| | | | | The sentence about "as widgets" is removed since there is a whole paragraph about that later on.
* 39489: _path_files: Interpret -P as literally, rather than as a pattern.Daniel Shahaf2016-10-072-1/+4
| | | | Follow-up to the last commit.
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-0732-42/+77
| | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
* 39579: Fix string calculation for parameter quoting.Julien Cretin2016-10-062-3/+7
| | | | | Where there was no closing quote the size or position of the null could be wrongly calculated.
* 39578: Test more ERR_RETURN cases with "&&" and functionsPeter Stephenson2016-10-062-0/+35
|
* 39571: Fix ERR_EXIT bug with && and function.Peter Stephenson2016-10-053-15/+31
| | | | | "foo && bar" inside a function could cause the code outside the function not to perform ERR_EXIT or ERR_RETURN when needed.
* 39568: "! <complex-command>" suppresses ERR_EXITPeter Stephenson2016-10-053-2/+37
|
* 39566: missed ChangeLogPeter Stephenson2016-10-051-0/+7
|
* 39566: Improve usefulness of command_not_found_handler.Peter Stephenson2016-10-054-15/+27
| | | | | | | Don't behave as if command not found if return status is non-zero as this may simply be the return status of the replacement command. Let the function report a command not found instead.
* 39561: missing unqueue_signals() when ZSH_HEAP_DEBUGBarton E. Schaefer2016-10-042-2/+11
|
* 39550: reset signal queue in recursiveedit()Barton E. Schaefer2016-10-032-0/+8
|
* 39548: DEBUG for queueing_enabledBarton E. Schaefer2016-10-033-3/+34
|
* 39547: handle zero delta in calc_timeout()Barton E. Schaefer2016-10-032-1/+5
|
* 39545: Add some missing unqueue_signals().Peter Stephenson2016-10-0311-4/+29
| | | | All of these are added simply to fit existing logic in other branches.
* 39521: Refactor start of execcmd().Peter Stephenson2016-10-034-55/+109
| | | | | | By splitting into _analyse and _exec execpline2() has easier access to the state at the start of execution. Use this to ensure we fork if this is a builtin with no arguments.
* 39540: "! command" should suppress ERR_EXIT and ERR_RETURNPeter Stephenson2016-10-023-2/+48
|
* 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation.Daniel Shahaf2016-09-303-3/+6
| | | | Currently, the only special widget that takes arguments is zle-keymap-select.