summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-2635901: complete full names as removing later components was broken for ↵Oliver Kiddle2-2/+7
aliases and unwanted in any case
2015-07-26faster method of generating list of python modulesAntony Lee2-4/+7
2015-07-25add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer2-11/+33
whitespace
2015-07-2535910: Don't add to raw lex buffer if lex stopped.Peter Stephenson2-1/+6
This was causing a segmentation violation in completion when parsing an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
2015-07-2535809: fix $((...)) completion by _expand widget.Peter Stephenson2-1/+22
This changes internal quoting of the form still including tokens not to add unnecessary internal backslashes.
2015-07-2535908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson2-2/+9
2015-07-2435896: index zle_highlightBarton E. Schaefer3-0/+10
2015-07-2435882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer2-1/+5
2015-07-2435810: FAQ += edit-command-lineDaniel Shahaf2-0/+19
2015-07-2435809: zyodl.vim: Fix nested parenthesesDaniel Shahaf2-7/+16
2015-07-2435807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2-1/+9
Bug reported and fix suggested by Mikael.
2015-07-2435865: document %^ prompt expansionOliver Kiddle2-0/+6
2015-07-2435864: add sysopen, sysseek and systell to system moduleOliver Kiddle4-2/+246
2015-07-2435879: fix for subcommands that don't have a second subcommandEric Cook2-133/+137
2015-07-2435883: Don't attempt to back up over history if expanding aliasPeter Stephenson2-1/+7
2015-07-2335873: add original test for process substitution deadlock from 35847Peter Stephenson2-0/+10
2015-07-2335872: protect against NULL pointers in unmetaPeter Stephenson2-1/+6
2015-07-2335849: close fd's from process substitution after forkPeter Stephenson4-6/+28
Leaving these hanging in parent could cause deadlock: test added.
2015-07-2335854: ensure history character unget doesn't recurse infinitelyPeter Stephenson2-2/+11
2015-07-2335793: avoid undefined behaviour shifting signed numberPeter Stephenson2-3/+9
2015-07-2335753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2-10/+12
backslash quoting
2015-07-2335867: new patchutils (interdiff etc) completionOliver Kiddle2-0/+108
2015-07-2335866: complete also for pigz and allow for NetBSD gzipOliver Kiddle3-28/+41
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle6-10/+40
paste in cut buffers
2015-07-2335815: fix for lack of startup output from newer nslookupOliver Kiddle2-2/+3
2015-07-2335814: POSTEDIT needs to be unmetafiedOliver Kiddle2-1/+5
2015-07-2235939: fix select polling in ztcp and zsocketJoshua Krusell3-2/+6
2015-07-22users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2-3/+10
Also move some more recent code so an old comment is connected to the correct bit of older code
2015-07-22fix another test for 35581Barton E. Schaefer2-2/+4
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer9-20/+38
references to non-special params
2015-07-2235823: fix handling of MARK and CURSOR, clean up documentary commentBarton E. Schaefer2-26/+42
2015-07-2235581, 35582: output array assignments with spaces inside the parensBarton E. Schaefer4-7/+20
2015-07-1635805: tests for 35799Barton E. Schaefer2-0/+18
2015-07-1535799: with NO_EXEC, parse parameter subscript expressionsBarton E. Schaefer2-7/+21
2015-07-15unposted: _ps1234: Fix ternary test char completionMikael Magnusson2-3/+8
2015-07-1435789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵Oliver Kiddle2-1/+25
_path_files so it is called once and not for each file pattern
2015-07-1435790: zyodl.vim: Be compatible with Vim 6.Daniel Shahaf2-1/+3
2015-07-1335775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf4-0/+86
To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
2015-07-1335769: edit-command-line: Go to the right byte offsetDaniel Shahaf2-1/+16
2015-07-1435737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵Oliver Kiddle3-2/+9
beep when limit is reached
2015-07-1435756: use the actual colours in the completion list for terminal coloursOliver Kiddle2-17/+34
2015-07-1435774: fix double formatting of date explanation messageOliver Kiddle2-4/+12
2015-07-1335779: completion: _git-config: remove extraneous "local expl"Daniel Hahler2-1/+5
It is defined at the beginning of the function already, and results in the output of `expl=''` when completing after `git config branch.local.pushremote ` etc.
2015-07-12unposted: TypoDaniel Shahaf2-1/+5
2015-07-10unposted: notes on ZTST_unimplemented and ZTST_skip.Peter Stephenson2-1/+18
2015-07-1035761: Make sure to skip alternate format extension test properlyMikael Magnusson2-8/+10
2015-07-10unposted: another ZTST_skipPeter Stephenson2-2/+3
2015-07-1035760: Add ZTST_skip to test systemPeter Stephenson5-31/+64
2015-07-0935708: add UNDO_LIMIT_NOPeter Stephenson4-3/+52
2015-07-09unposted: Make V09 set a known timezoneMikael Magnusson2-3/+7