Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 35709: explain :s/// modifier contexts. | Barton E. Schaefer | 2015-07-06 | 1 | -0/+13 |
| | |||||
* | 35694: fix handling of history modifiers applied across all elements of an ↵ | Barton E. Schaefer | 2015-07-06 | 3 | -2/+27 |
| | | | | array parameter value | ||||
* | 35704: compadd -E 0 should imply -J and -2 | Oliver Kiddle | 2015-07-06 | 4 | -4/+11 |
| | |||||
* | 35697: _ps1234, _date_formats: Complete strftime formats for %D{} | Mikael Magnusson | 2015-07-06 | 3 | -3/+94 |
| | |||||
* | 35696: _ps1234: complete colors for %F{ and %K{ | Mikael Magnusson | 2015-07-06 | 2 | -6/+28 |
| | |||||
* | 35441: Make devs' ChangeLog generator scripts discoverable | Daniel Shahaf | 2015-07-06 | 2 | -0/+18 |
| | |||||
* | 35692: cfp_matcher_range used wrong raw character | Peter Stephenson | 2015-07-05 | 2 | -1/+4 |
| | |||||
* | 35688: Improved attempt to turn case wordcode into text. | Peter Stephenson | 2015-07-05 | 2 | -7/+15 |
| | |||||
* | Turning case parsed as multiple alternatives back into text. | Peter Stephenson | 2015-07-04 | 3 | -10/+40 |
| | | | | Also add test. | ||||
* | 35681: fix day of month initialisation | Oliver Kiddle | 2015-07-03 | 2 | -1/+5 |
| | |||||
* | 35674: make an undo event for initial buffer contents | Oliver Kiddle | 2015-07-03 | 2 | -0/+6 |
| | |||||
* | 35673: Improve _zargs | Mikael Magnusson | 2015-07-03 | 2 | -20/+48 |
| | |||||
* | 35665: better handling for command line completion match handling | Han Pingtian | 2015-07-02 | 2 | -3/+9 |
| | |||||
* | 35663: zpool completion fix needed after completion change | Peter Stephenson | 2015-07-02 | 2 | -1/+4 |
| | |||||
* | 35668: Improved fix for command/proc subst starting in alias. | Peter Stephenson | 2015-07-02 | 5 | -12/+30 |
| | | | | | | Use input flag to suppress the unwanted backtracking. Add test for the extra case covered. | ||||
* | 35667: fix command substitution that starts but doesn't finish in alias | Peter Stephenson | 2015-07-01 | 5 | -4/+28 |
| | |||||
* | unposted: fix formatting typo in options list. | Peter Stephenson | 2015-06-29 | 2 | -1/+3 |
| | |||||
* | 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER | Peter Stephenson | 2015-06-29 | 5 | -5/+31 |
| | |||||
* | 35660: prompt_adam1_setup: avoid perl, fix help | Barton E. Schaefer | 2015-06-28 | 2 | -4/+7 |
| | |||||
* | 35637: remove the now unused module hook for reverse-menu-complete | Oliver Kiddle | 2015-06-29 | 4 | -8/+5 |
| | |||||
* | 35627: make reverse-menu-complete start with the last match in | Oliver Kiddle | 2015-06-29 | 7 | -68/+40 |
| | | | | menu selection | ||||
* | 35623: fix menu-selection where initial selection | Oliver Kiddle | 2015-06-29 | 2 | -0/+8 |
| | | | | would not be displayed without scrolling | ||||
* | 35643: Redirections after typeset assignments were broken. | Peter Stephenson | 2015-06-28 | 2 | -0/+7 |
| | |||||
* | 35642: signal queueing in zcontext_save_partial() | Barton E. Schaefer | 2015-06-27 | 2 | -0/+6 |
| |