about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* users/22063: bracketed-paste: Document ability to specify a vi register. ↵Daniel Shahaf2016-11-031-0/+5
| | | | (after users/22036)
* unposted: fix typo that was causing handling of "--" argument to failBarton E. Schaefer2016-11-031-0/+3
|
* 39820: vi-repeat handles multi-key bindingsBarton E. Schaefer2016-11-031-0/+4
|
* 39813: fix keybuflen after ungetting extra keys from the end of keybuf in ↵Barton E. Schaefer2016-11-031-0/+3
| | | | getkeymapcmd().
* 39822: _git: remove "-A '-*'" with _arguments for some commandsDaniel Hahler2016-11-031-0/+4
| | | | | | | | | With e.g. `git rebase origin/master` you can have options like `--no-autosquash` after the argument. I have tried the commands where this patch removes `-A`. Commands like `git fetch-pack` that do not support options after arguments are left unchanged.
* 39815: Read input to end on parse error in $(...) inside a string.Peter Stephenson2016-11-031-0/+5
| | | | | This allows ${(z)} to output the whole string, although we can't do word splitting from the error onwards.
* 39811: vi-repeat-change must not be the "motion" of vi-change, lest it ↵Barton E. Schaefer2016-11-021-0/+5
| | | | infinitely repeat itself
* 39797: obsolete the helper functions fixed by the previous two changesBarton E. Schaefer2016-11-011-0/+4
| | | | | | Replacing them with the new ${var:P} modifier. Previous deltas may be useful for backport to zsh 5.2 and before.
* 39731: _awk: add support for gawk ver.3 and 4Jun-ichi Takimoto2016-11-011-0/+5
|
* 39787: Add a regression test for 39412.Daniel Shahaf2016-11-011-0/+5
|
* 39795: preserve "cd -" behavior around directory shuffling in ↵Barton E. Schaefer2016-10-311-0/+3
| | | | _canonical_paths_pwd
* 39792: improve handling of relative paths in _canonical_paths_add_pathsBarton E. Schaefer2016-10-311-0/+5
|
* 39786: vcs_info (hg): Use native hexdump implementation instead of external ↵Daniel Shahaf2016-10-311-0/+7
| | | | | | | | | command. Fixes issue whereby the external command would print "*" for repeated octets. Includes comment change, cf 39790.
* 39777: $() is a valid empty command substitutionPeter Stephenson2016-10-301-0/+5
|
* 39758: revise 39704 for array and hash parameters; more POSIXBUITINS tweaks forBarton E. Schaefer2016-10-291-0/+8
| | | | | | | | | | | | | export 39704 was commit 0f5e670, forgot to reference article number in that log. "typeset -p" outputs "typeset" for array and hash parameters, even when exported, because those types can be marked export but are never pushed to the enviroment. For POSIXBUILTINS, "export var" does not implicitly set $var, and its export state is preserved when assigned (but not when explicitly unset).
* unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer2016-10-281-0/+5
|
* users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf2016-10-281-0/+5
|
* unposted: Minor documentation fixes (markup, grammar, etc).Daniel Shahaf2016-10-271-0/+3
|
* 39739: Complete negative integers for -n/-c in the GNU variant. (after 39479)Daniel Shahaf2016-10-271-0/+6
|
* 39725: more metafication of patterns.Barton E. Schaefer2016-10-251-0/+4
|
* 39723: metafy string passed to pattern in complist.Peter Stephenson2016-10-251-0/+6
| | | | 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-241-0/+9
| | | | are not local to the current scope
* 39706: _tilde_files: Offer named directories. Document.Daniel Shahaf2016-10-241-0/+3
|
* 39708: Document _email_addresses.Daniel Shahaf2016-10-241-0/+3
|
* 39707: Document _dir_list.Daniel Shahaf2016-10-241-0/+4
|
* 39715: Handle multibyte characters in complist listingPeter Stephenson2016-10-231-0/+5
|
* 39710 (cf. Alex George: 39709): handle the %o format in the "all-expansions" tagBarton E. Schaefer2016-10-221-0/+7
| | | | 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-201-0/+3
| | | | | | | 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-201-0/+5
| | | | | 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-191-0/+4
| | | | | 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-191-0/+5
|
* 39590: zle: Call zle-line-pre-redraw after inserting a completion resultm0viefreak2016-10-181-0/+5
| | | | | 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-181-0/+4
| | | | | | | | 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-181-0/+3
|
* 39657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf2016-10-181-0/+3
| | | | | | complete all known styles. Previously, vcs_info styles weren't completed.
* 39657: Make a helper function global.Daniel Shahaf2016-10-181-0/+6
|
* 39500: compdescribe: perform on-screen-width computation using the "nice" ↵Daniel Shahaf2016-10-161-0/+6
| | | | | | | 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-141-0/+3
| | | | being used plus other tweaks
* 39623: new evince completionOliver Kiddle2016-10-141-0/+4
|
* 39625: case needs to reset lastval if no pattern matchedMartijn Dekker2016-10-131-0/+5
|
* 39622: add test cases for recent _arguments fixes, exclusion lists and -A/-SOliver Kiddle2016-10-131-0/+3
|
* 39611: with _arguments sets completion stopped if one of the rest arguments ↵Oliver Kiddle2016-10-131-0/+3
| | | | starts with a dash
* 39533: add the new -L option, sort options and add some exclusionsMatthew Martin2016-10-131-0/+5
|
* 36108: command -[vV] assumed -pPeter Stephenson2016-10-111-0/+4
|
* 39599: Don't reset status before "case" executionPeter Stephenson2016-10-101-0/+5
|
* 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics.Daniel Shahaf2016-10-071-0/+3
| | | | | 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-071-0/+3
| | | | Follow-up to the last commit.
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-0/+25
| | | | | | | | -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-061-0/+4
| | | | | 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-061-0/+5
|