about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 37493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer2016-01-025-8/+20
|
* 37483: save and possibly restore cshnullglob failure state around each ↵Barton E. Schaefer2016-01-012-1/+7
| | | | evaluation of an (e:...:) glob qualifier.
* 37473: check for cshnullglob in command position.Barton E. Schaefer2016-01-012-0/+9
|
* 37469: do NOT allow semicolons in place of line breaks in conditionalsBarton E. Schaefer2015-12-312-14/+19
|
* unposted: enable WARN_CREATE_GLOBAL for print -vBarton E. Schaefer2015-12-312-2/+4
|
* 37468: allow line breaks in more places in [[ ... ]]Barton E. Schaefer2015-12-312-8/+14
|
* 37467: add "print -v var" / "printf -v var"Barton E. Schaefer2015-12-314-11/+47
|
* 37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵Oliver Kiddle2015-12-312-1/+4
| | | | detection of noatime filesystem
* users/21114: new dig completionOliver Kiddle2015-12-312-0/+89
|
* 37460: make sure the default keymap is emacs before using that keymap to ↵Barton E. Schaefer2015-12-302-0/+6
| | | | test bindings
* unposted: NEWS: Document how to disable paste highlighting.Daniel Shahaf2015-12-312-0/+9
| | | | This updates the 5.2 entry, note that 5.2 has been released already.
* 37456: Have zle_highlight=(none) disable paste highlightingDaniel Shahaf2015-12-312-3/+8
| | | | | Before this change, zle_highlight=(paste:none) worked, but zle_highlight=(none) didn't.
* 37451: vcs_info: Declare "msgs" in early contextFrank Terbeck2015-12-302-1/+6
| | | | | | The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it.
* 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and laterAxel Beckert2015-12-272-1/+6
|
* Add changelog entry for previous commitAxel Beckert2015-12-261-0/+5
|
* Add missing apt purge and autoremove subcommandsFelipe Sateler2015-12-261-1/+3
|
* 37435 (+ fix typo): allow execution of empty files as "sh" scriptsBarton E. Schaefer2015-12-252-1/+5
|
* 37434: POSIXBUILTINS "command" should prevent shell exit on errors from ↵Barton E. Schaefer2015-12-252-3/+10
| | | | special builtins
* 37345: VCS_INFO functions break with setopt no_unsetPhilip Sequeira2015-12-233-2/+8
| | | | | With setopt no_unset in my config file, vcs_info fails with: VCS_INFO_maxexports:7: vcs: parameter not set
* users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer2015-12-192-1/+23
| | | | not in the form of zsh version numbers; additional explanatory comment
* unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBALBarton E. Schaefer2015-12-192-1/+4
|
* users/21068: use emacs keymap in vared by defaultBarton E. Schaefer2015-12-192-1/+6
|
* 36650: Add zle-line-pre-redraw hook for highlightingMikael Magnusson2015-12-193-1/+40
|
* unposted (after users/20873): Theoretical fix: don't parse print/echo escape ↵Daniel Shahaf2015-12-192-2/+6
| | | | sequences in $zle_bracketed_paste.
* 37257 (in part): Add array assignment tests.Daniel Shahaf2015-12-192-0/+16
|
* 37411: more bindkey testsPeter Stephenson2015-12-162-2/+81
|
* 37405: Fix self-insert binding for multibyte sequences.Peter Stephenson2015-12-153-12/+116
| | | | | | This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence.
* 37401: pattern error caused too much activity in _list_files for some stylesPeter Stephenson2015-12-142-1/+4
|
* 37400: typo gave unwanted error message in zsh_directory_name_genericPeter Stephenson2015-12-142-2/+7
|
* unposted: missed ChangeLog entryPeter Stephenson2015-12-131-0/+5
|
* 37397: Optimised update to dnf completionAdrien Vergé2015-12-131-248/+168
|
* 37386: localise mbegin, mend, match in URL magicPeter Stephenson2015-12-112-1/+6
|
* 37383: add completion type for object filesMatthew Martin2015-12-116-21/+20
|
* 37260: add opus to mplayer audio completionsSimon Hafner2015-12-112-2/+5
|
* users/20873: disable bracketed paste while running external editor from zleOliver Kiddle2015-12-112-3/+12
|
* 37378: New bindkey tests.Peter Stephenson2015-12-104-7/+70
| | | | Also fix Meta bug on pattern match in zpty -r.
* 37364: "test" and "[" handling of parentheses.Peter Stephenson2015-12-094-8/+50
| | | | | | If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses.
* 37348: Tests and fix for ${(q+)...}.Peter Stephenson2015-12-084-1/+26
| | | | Needs dupstring() for empty string case.
* 37347: Remove incorrect local for msgs in VCS infoPeter Stephenson2015-12-082-1/+3
|
* users/21071: Fix binding of multibyte sequences.Peter Stephenson2015-12-082-1/+7
| | | | | There was a problem if the first byte was already bound to self-insert.
* 37344: restore old printable quoting, add ${(q+)...}.Peter Stephenson2015-12-077-53/+247
| | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation.
* 37331: Use a single chracter to represent an MB_INCOMPLETE.Peter Stephenson2015-12-072-6/+15
| | | | | This is as it is likely to appear as a single character in output even if it has multiple octets.
* 37337: Delay freeing widget until not in use.Peter Stephenson2015-12-074-3/+30
|
* unposted: fix ChangeLog for previous changePeter Stephenson2015-12-071-1/+1
|
* 37335: fix tests after 34314Peter Stephenson2015-12-073-4/+7
|
* 37310: effect of disabling typeset reserved wordPeter Stephenson2015-12-072-1/+9
|
* 37326: comment only: multibyte string lenght/width countingPeter Stephenson2015-12-062-0/+14
|
* 37314: upgrade quotedzputs() for non-printable output.Peter Stephenson2015-12-063-27/+156
| | | | | Use nicechar with $'..' quoting; upgrade nicechar() etc. to use suitable output.
* 37150: _git: Autocomplete .. for commit rangesDaniel Shahaf2015-12-052-3/+6
| | | | | | | | | | | | | | | | This patch makes three changes: - Enable 'git diff o/m<TAB>' to complete to 'origin/master..' with the ".." being autoremovable. This is implemented by the first hunk. That hunk is a functional subset of Oliver's users/20705, however, the latter hasn't been committed. - Make typing "^" remove the "..", in light of the syntax "foo^..bar". - Make typing "." _not_ remove the ".." but simply append it, since "foo...bar" is a valid and useful syntax.
* 36957: _git: Apply matchspecs to filename completion such as 'git log ↵Daniel Shahaf2015-12-052-1/+6
| | | | | | | f/b<TAB>' → 'foo/bar.txt's This patch makes 'git log S/e<TAB>' expand to Src/exec.c. The incumbent code would run 'git ls-tree S/' and find no matches.