Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36148: _git-log: Complete flags after positional argument | Oliver Kiddle | 2015-08-19 | 2 | -25/+28 |
| | |||||
* | 36241: Test for ztrftime fix, 36227 / f8164fb6. | Peter Stephenson | 2015-08-19 | 2 | -0/+8 |
| | | | | | Check that embedded null characters get passed correctly through the strftime module builtin. | ||||
* | 36208: _subversion: Complete a few more option switches | Daniel Shahaf | 2015-08-19 | 2 | -0/+23 |
| | | | | | | The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.) | ||||
* | unposted: typo in ChangeLog | Mikael Magnusson | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | 36232: Unmeta needed in chdir() in zchdir() | Peter Stephenson | 2015-08-18 | 2 | -1/+3 |
| | |||||
* | 36227: attempt to fix metafication problem with ztrftime. | Peter Stephenson | 2015-08-18 | 8 | -16/+61 |
| | | | | | fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls. | ||||
* | Revert "36222: unmetafy output from strftime" | Peter Stephenson | 2015-08-18 | 2 | -2/+3 |
| | | | | This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4. | ||||
* | 36222: unmetafy output from strftime | Peter Stephenson | 2015-08-18 | 2 | -1/+4 |
| | |||||
* | 36218: use unmetafied file name for mkdir system call | Peter Stephenson | 2015-08-18 | 2 | -1/+4 |
| | |||||
* | 36216: Missed message number | Peter Stephenson | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | 36216: Simpler handling of UNDO_LIMIT_NO | Peter Stephenson | 2015-08-18 | 2 | -6/+8 |
| | |||||
* | 36212: save and restore HISTNO along with other editor state, for sanity of ↵ | Barton E. Schaefer | 2015-08-17 | 2 | -3/+10 |
| | | | | "zle undo" | ||||
* | 36209: vcs_info: avoid grep error message when file is missing | brian m. carlson | 2015-08-18 | 2 | -1/+8 |
| | | | | | | | When running git rebase -m and a conflict occurs, the git-rebase-todo file is not present. This leads to an error from grep every time the shell prompt is printed when vcs_info is enabled. Avoid this message by checking if the file exists before trying to grep it. | ||||
* | unposted: _sshfs: Fix completion of options with values | Daniel Shahaf | 2015-08-17 | 2 | -10/+13 |
| | | | | | The "=" to the left of the ":" was interpreted as a literal part of the option name, resulting in double equal signs. | ||||
* | 36158: _sshfs: Fix completion of and after -o | Daniel Shahaf | 2015-08-17 | 2 | -3/+31 |
| | | | | The "action" part of the -o spec didn't escape colons. | ||||
* | 36109: bracketed-paste: change quoting style | Daniel Shahaf | 2015-08-17 | 2 | -1/+4 |
| | |||||
* | 36186: FAQ (3.24): Update for bracketed paste | Daniel Shahaf | 2015-08-17 | 2 | -0/+10 |
| | |||||
* | 36172: _imagemagick: Use $formats a bit more correctly | Mikael Magnusson | 2015-08-17 | 2 | -4/+10 |
| | |||||
* | unposted (cf. 36200): back out _expand backslash handling change from 34961. | Barton E. Schaefer | 2015-08-17 | 2 | -1/+6 |
| | |||||
* | unposted: use of $f in zmv | Peter Stephenson | 2015-08-17 | 2 | -1/+14 |
| | |||||
* | 36165: simplify file-patterns default to a single pattern | Oliver Kiddle | 2015-08-17 | 2 | -42/+11 |
| | |||||
* | unposted: mention bracketed-paste-magic in url-quote-magic comments | Barton E. Schaefer | 2015-08-16 | 2 | -1/+12 |
| | |||||
* | Reorder commit-log entries for international date line. | Barton E. Schaefer | 2015-08-16 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2015-08-16 | 2 | -6/+18 |
|\ | |||||
| * | 36183: _ssh: update to 7.0 | Mikael Magnusson | 2015-08-17 | 2 | -4/+17 |
| | | |||||
| * | 36177: _setopt: complete printexitvalue both ways | Mikael Magnusson | 2015-08-17 | 2 | -2/+8 |
| | | |||||
* | | 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵ | Barton E. Schaefer | 2015-08-16 | 2 | -0/+198 |
|/ | | | | url-quote-magic and other self-insert wrapper widgets | ||||
* | 36180: avoid infinite job stop/continue loop on "wait PID" for a background job | Barton E. Schaefer | 2015-08-15 | 2 | -1/+13 |
| | |||||
* | 36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftp | Mikael Magnusson | 2015-08-15 | 2 | -1/+12 |
| | |||||
* | Revert 36118 | Mikael Magnusson | 2015-08-15 | 2 | -4/+1 |
| | | | | | This works already except if list-dirs-first is set, and that is being fixed separately. | ||||
* | 36146: avoid mix of -/ and -g with _files as that just overrides user ↵ | Oliver Kiddle | 2015-08-14 | 3 | -4/+8 |
| | | | | preferences | ||||
* | unposted: fix minor typos | Daniel Hahler | 2015-08-14 | 2 | -3/+3 |
| | |||||
* | unposted: _subversion: Complete property names for propdel | Daniel Shahaf | 2015-08-13 | 2 | -1/+6 |
| | | | | Previously, filenames would be completed. | ||||
* | 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵ | Oliver Kiddle | 2015-08-13 | 3 | -37/+36 |
| | | | | referenced for a clear change number marking the current state | ||||
* | 36113: ip(8) may add suffixes which is not good for completion matches | Eric Cook | 2015-08-13 | 2 | -13/+9 |
| | |||||
* | Wieland Hoffmann: 36123: protect against word splitting in ↵ | Wieland Hoffmann | 2015-08-13 | 2 | -2/+7 |
| | | | | __git_is_committish_range | ||||
* | 36106: fix const parameter to bindkey | Kamil Dudka | 2015-08-12 | 2 | -1/+5 |
| | |||||
* | 36127: assorted minor completion function changes | Oliver Kiddle | 2015-08-12 | 12 | -14/+25 |
| | |||||
* | 36125: don't set history context in get-line | Oliver Kiddle | 2015-08-12 | 2 | -4/+4 |
| | |||||
* | 35834: strip a final newline from pasted text: inserting is hard to tell ↵ | Oliver Kiddle | 2015-08-12 | 2 | -0/+11 |
| | | | | apart from accepting it | ||||
* | 36119: _strftime: Add completion for zsh/datetime's strftime builtin | Mikael Magnusson | 2015-08-12 | 2 | -0/+15 |
| | |||||
* | 36120: _sort: Fix syntax error | Mikael Magnusson | 2015-08-12 | 2 | -1/+3 |
| | |||||
* | 36118: _imagemagick: complete all files if image files didn't match | Mikael Magnusson | 2015-08-12 | 2 | -1/+4 |
| | |||||
* | 36117: _wget: complete headers for --header and add --no-use-server-timestamps | Mikael Magnusson | 2015-08-12 | 2 | -1/+43 |
| | |||||
* | 36116: _git: various fixes | Mikael Magnusson | 2015-08-12 | 2 | -5/+7 |
| | | | | | | | Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check | ||||
* | 36078: vcs_info: Adjust documentation for no longer exporting | Mikael Magnusson | 2015-08-12 | 2 | -6/+8 |
| | |||||
* | 36077: vcs_info: stop exporting everything | Mikael Magnusson | 2015-08-12 | 13 | -21/+37 |
| | |||||
* | 36108: list of major changes so far since 5.0.8 | Barton E. Schaefer | 2015-08-11 | 2 | -0/+35 |
| | |||||
* | 36104: change order of child_block() and dont_queue_signals() to resolve yet ↵ | Barton E. Schaefer | 2015-08-11 | 3 | -3/+6 |
| | | | | another race condition | ||||
* | 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵ | Barton E. Schaefer | 2015-08-11 | 3 | -0/+14 |
| | | | | -F" etc. |