Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35807: edit-command-line: Fix for non-7bit-data (after 35769) | Daniel Shahaf | 2015-07-24 | 2 | -1/+9 |
| | | | | Bug reported and fix suggested by Mikael. | ||||
* | 35865: document %^ prompt expansion | Oliver Kiddle | 2015-07-24 | 2 | -0/+6 |
| | |||||
* | 35864: add sysopen, sysseek and systell to system module | Oliver Kiddle | 2015-07-24 | 4 | -2/+246 |
| | |||||
* | 35879: fix for subcommands that don't have a second subcommand | Eric Cook | 2015-07-24 | 2 | -133/+137 |
| | |||||
* | 35883: Don't attempt to back up over history if expanding alias | Peter Stephenson | 2015-07-24 | 2 | -1/+7 |
| | |||||
* | 35873: add original test for process substitution deadlock from 35847 | Peter Stephenson | 2015-07-23 | 2 | -0/+10 |
| | |||||
* | 35872: protect against NULL pointers in unmeta | Peter Stephenson | 2015-07-23 | 2 | -1/+6 |
| | |||||
* | 35849: close fd's from process substitution after fork | Peter Stephenson | 2015-07-23 | 4 | -6/+28 |
| | | | | Leaving these hanging in parent could cause deadlock: test added. | ||||
* | 35854: ensure history character unget doesn't recurse infinitely | Peter Stephenson | 2015-07-23 | 2 | -2/+11 |
| | |||||
* | 35793: avoid undefined behaviour shifting signed number | Peter Stephenson | 2015-07-23 | 2 | -3/+9 |
| | |||||
* | 35753: allow for numbers after the ( in ternary expressions and fix ↵ | Oliver Kiddle | 2015-07-23 | 2 | -10/+12 |
| | | | | backslash quoting | ||||
* | 35867: new patchutils (interdiff etc) completion | Oliver Kiddle | 2015-07-23 | 2 | -0/+108 |
| | |||||
* | 35866: complete also for pigz and allow for NetBSD gzip | Oliver Kiddle | 2015-07-23 | 3 | -28/+41 |
| | |||||
* | 35824: allow highlighting of just pasted text and put text from bracketed ↵ | Oliver Kiddle | 2015-07-23 | 6 | -10/+40 |
| | | | | paste in cut buffers | ||||
* | 35815: fix for lack of startup output from newer nslookup | Oliver Kiddle | 2015-07-23 | 2 | -2/+3 |
| | |||||
* | 35814: POSTEDIT needs to be unmetafied | Oliver Kiddle | 2015-07-23 | 2 | -1/+5 |
| | |||||
* | 35939: fix select polling in ztcp and zsocket | Joshua Krusell | 2015-07-22 | 3 | -2/+6 |
| | |||||
* | users/20324: add (D) flag for tilde-fied completion listing | Barton E. Schaefer | 2015-07-22 | 2 | -3/+10 |
| | | | | | Also move some more recent code so an old comment is connected to the correct bit of older code | ||||
* | fix another test for 35581 | Barton E. Schaefer | 2015-07-22 | 2 | -2/+4 |
| | |||||
* | 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵ | Barton E. Schaefer | 2015-07-22 | 9 | -20/+38 |
| | | | | references to non-special params | ||||
* | 35823: fix handling of MARK and CURSOR, clean up documentary comment | Barton E. Schaefer | 2015-07-22 | 2 | -26/+42 |
| | |||||
* | 35581, 35582: output array assignments with spaces inside the parens | Barton E. Schaefer | 2015-07-22 | 4 | -7/+20 |
| | |||||
* | 35805: tests for 35799 | Barton E. Schaefer | 2015-07-16 | 2 | -0/+18 |
| | |||||
* | 35799: with NO_EXEC, parse parameter subscript expressions | Barton E. Schaefer | 2015-07-15 | 2 | -7/+21 |
| | |||||
* | unposted: _ps1234: Fix ternary test char completion | Mikael Magnusson | 2015-07-15 | 2 | -3/+8 |
| | |||||
* | 35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from ↵ | Oliver Kiddle | 2015-07-14 | 2 | -1/+25 |
| | | | | _path_files so it is called once and not for each file pattern | ||||
* | 35790: zyodl.vim: Be compatible with Vim 6. | Daniel Shahaf | 2015-07-14 | 2 | -1/+3 |
| | |||||
* | 35775: New zsh-specific yodl vim syntax highlighting. | Daniel Shahaf | 2015-07-13 | 4 | -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. | ||||
* | 35769: edit-command-line: Go to the right byte offset | Daniel Shahaf | 2015-07-13 | 2 | -1/+16 |
| | |||||
* | 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and ↵ | Oliver Kiddle | 2015-07-14 | 3 | -2/+9 |
| | | | | beep when limit is reached | ||||
* | 35756: use the actual colours in the completion list for terminal colours | Oliver Kiddle | 2015-07-14 | 2 | -17/+34 |
| | |||||
* | 35774: fix double formatting of date explanation message | Oliver Kiddle | 2015-07-14 | 2 | -4/+12 |
| | |||||
* | 35779: completion: _git-config: remove extraneous "local expl" | Daniel Hahler | 2015-07-13 | 2 | -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. | ||||
* | unposted: Typo | Daniel Shahaf | 2015-07-12 | 2 | -1/+5 |
| | |||||
* | unposted: notes on ZTST_unimplemented and ZTST_skip. | Peter Stephenson | 2015-07-10 | 2 | -1/+18 |
| | |||||
* | 35761: Make sure to skip alternate format extension test properly | Mikael Magnusson | 2015-07-10 | 2 | -8/+10 |
| | |||||
* | unposted: another ZTST_skip | Peter Stephenson | 2015-07-10 | 2 | -2/+3 |
| | |||||
* | 35760: Add ZTST_skip to test system | Peter Stephenson | 2015-07-10 | 5 | -31/+64 |
| | |||||
* | 35708: add UNDO_LIMIT_NO | Peter Stephenson | 2015-07-09 | 4 | -3/+52 |
| | |||||
* | unposted: Make V09 set a known timezone | Mikael Magnusson | 2015-07-09 | 2 | -3/+7 |
| | |||||
* | 35751: Fix ERR_RETURN and ERR_EXIT in "else" | Peter Stephenson | 2015-07-09 | 3 | -1/+52 |
| | |||||
* | 35745: ztrftime: Pass everything unhandled to the system strftime() | Mikael Magnusson | 2015-07-09 | 3 | -25/+122 |
| | |||||
* | 35748: fixes to prompt spec completion where it contains date formats | Oliver Kiddle | 2015-07-09 | 4 | -141/+173 |
| | |||||
* | 35749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiers | Oliver Kiddle | 2015-07-09 | 2 | -2/+7 |
| | |||||
* | 35729: new compadd completion | Oliver Kiddle | 2015-07-08 | 2 | -0/+54 |
| | |||||
* | 35727: support OpenBSD for diff options | Matthew Martin | 2015-07-08 | 2 | -12/+47 |
| | |||||
* | 35700: complete OS specific date format specifiers and put % in a prefix | Oliver Kiddle | 2015-07-07 | 2 | -71/+100 |
| | |||||
* | 35718: new calendar style date completion | Oliver Kiddle | 2015-07-07 | 4 | -10/+150 |
| | |||||
* | unposted: remove compiler error in completion code | Peter Stephenson | 2015-07-07 | 2 | -1/+6 |
| | |||||
* | unposted: alphabetize ${(b)...} flag | Barton E. Schaefer | 2015-07-06 | 1 | -19/+19 |
| |