Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: update to 5.0.8-test-3 zsh-5.0.8-test-3 | Peter Stephenson | 2015-08-25 | 1 | -0/+4 |
| | |||||
* | 36277: _git: Updated for git-clone 2.4.5. | Daniel Shahaf | 2015-08-24 | 1 | -0/+5 |
| | |||||
* | unposted: replace version 5.0.9 with 5.1 in FAQ | Peter Stephenson | 2015-08-24 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2015-08-24 | 1 | -0/+26 |
|\ | |||||
| * | users/20455: do not use posix_openpt() on OpenBSD | Jun-ichi Takimoto | 2015-08-23 | 1 | -0/+5 |
| | | |||||
| * | 36274: clear virangeflag when getvirange() has an error (the next keystroke ↵ | Barton E. Schaefer | 2015-08-22 | 1 | -0/+3 |
| | | | | | | | | is not a motion/selection). | ||||
| * | 36273: teach endofline() and endoflinehist() about invicmdmode() cursor ↵ | Barton E. Schaefer | 2015-08-22 | 1 | -0/+5 |
| | | | | | | | | placement. | ||||
| * | 36266: preserve emulation and setopt context for init and finish functions, ↵ | Barton E. Schaefer | 2015-08-21 | 1 | -0/+3 |
| | | | | | | | | handle vi modes | ||||
| * | 36256: local options should remain in effect for "emulate -L" even if ↵ | Barton E. Schaefer | 2015-08-21 | 1 | -0/+5 |
| | | | | | | | | additional option settings are applied | ||||
| * | unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2 | Peter Stephenson | 2015-08-21 | 1 | -0/+5 |
| | | |||||
* | | Test for 36265, no alias expansion after "function" | Peter Stephenson | 2015-08-21 | 1 | -0/+9 |
|/ | |||||
* | 36264: glob and pattern variable pathbuf is metafied. | Peter Stephenson | 2015-08-21 | 1 | -0/+3 |
| | | | | | Document this and unmetafy it when passing to system calls, including lchdir() which is a system-level interface. | ||||
* | unposted: update version from 5.0.8 to 5.1 in descriptive text | Peter Stephenson | 2015-08-21 | 1 | -0/+3 |
| | |||||
* | 36262: Replace fix for missing unmeta in chdir(). | Peter Stephenson | 2015-08-21 | 1 | -0/+4 |
| | | | | | | | It was needed in the argument to one of a pair of lchdir()s rather than within zchdir(). Add tests for the case of a character with 0x83 within it. | ||||
* | 36250: ChangeLog tweaked further | Peter Stephenson | 2015-08-21 | 1 | -1/+2 |
| | |||||
* | 36250: add notes on bracketed paste mode to README | Peter Stephenson | 2015-08-21 | 1 | -0/+4 |
| | | | | Next version will be 5.1 rather than 5.0.9. | ||||
* | 36243: fix a few problems of "_pids -m pattern" | Jun-ichi Takimoto | 2015-08-20 | 1 | -0/+5 |
| | |||||
* | 36247: __git_objects: Complete HEAD:./foo correctly in worktree subdir | Daniel Shahaf | 2015-08-19 | 1 | -0/+3 |
| | |||||
* | 36237: __git_objects: Complete HEAD:foo correctly in worktree subdir | Daniel Shahaf | 2015-08-19 | 1 | -0/+3 |
| | |||||
* | 36236: _git-log: Complete multiple revspecs | Daniel Shahaf | 2015-08-19 | 1 | -0/+3 |
| | | | | e.g., git log origin/master origin/foo origin/bar | ||||
* | 36236: _git-log: complete 'git rm'd files | Daniel Shahaf | 2015-08-19 | 1 | -0/+5 |
| | |||||
* | 36148: _git-log: Complete flags after positional argument | Oliver Kiddle | 2015-08-19 | 1 | -0/+5 |
| | |||||
* | 36241: Test for ztrftime fix, 36227 / f8164fb6. | Peter Stephenson | 2015-08-19 | 1 | -0/+4 |
| | | | | | 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 | 1 | -0/+5 |
| | | | | | | 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 | 1 | -0/+2 |
| | |||||
* | 36227: attempt to fix metafication problem with ztrftime. | Peter Stephenson | 2015-08-18 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+2 |
| | | | | This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4. | ||||
* | 36222: unmetafy output from strftime | Peter Stephenson | 2015-08-18 | 1 | -0/+2 |
| | |||||
* | 36218: use unmetafied file name for mkdir system call | Peter Stephenson | 2015-08-18 | 1 | -0/+3 |
| | |||||
* | 36216: Missed message number | Peter Stephenson | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | 36216: Simpler handling of UNDO_LIMIT_NO | Peter Stephenson | 2015-08-18 | 1 | -0/+4 |
| | |||||
* | 36212: save and restore HISTNO along with other editor state, for sanity of ↵ | Barton E. Schaefer | 2015-08-17 | 1 | -0/+5 |
| | | | | "zle undo" | ||||
* | 36209: vcs_info: avoid grep error message when file is missing | brian m. carlson | 2015-08-18 | 1 | -0/+5 |
| | | | | | | | 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 | 1 | -0/+3 |
| | | | | | 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 | 1 | -0/+3 |
| | | | | The "action" part of the -o spec didn't escape colons. | ||||
* | 36109: bracketed-paste: change quoting style | Daniel Shahaf | 2015-08-17 | 1 | -0/+3 |
| | |||||
* | 36186: FAQ (3.24): Update for bracketed paste | Daniel Shahaf | 2015-08-17 | 1 | -0/+4 |
| | |||||
* | 36172: _imagemagick: Use $formats a bit more correctly | Mikael Magnusson | 2015-08-17 | 1 | -0/+5 |
| | |||||
* | unposted (cf. 36200): back out _expand backslash handling change from 34961. | Barton E. Schaefer | 2015-08-17 | 1 | -0/+5 |
| | |||||
* | unposted: use of $f in zmv | Peter Stephenson | 2015-08-17 | 1 | -0/+4 |
| | |||||
* | 36165: simplify file-patterns default to a single pattern | Oliver Kiddle | 2015-08-17 | 1 | -0/+5 |
| | |||||
* | unposted: mention bracketed-paste-magic in url-quote-magic comments | Barton E. Schaefer | 2015-08-16 | 1 | -1/+6 |
| | |||||
* | Reorder commit-log entries for international date line. | Barton E. Schaefer | 2015-08-16 | 1 | -0/+7 |
| | |||||
* | 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵ | Barton E. Schaefer | 2015-08-16 | 1 | -0/+6 |
| | | | | 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 | 1 | -0/+5 |
| | |||||
* | 36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftp | Mikael Magnusson | 2015-08-15 | 1 | -0/+5 |
| | |||||
* | Revert 36118 | Mikael Magnusson | 2015-08-15 | 1 | -3/+0 |
| | | | | | 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 | 1 | -0/+6 |
| | | | | preferences | ||||
* | unposted: _subversion: Complete property names for propdel | Daniel Shahaf | 2015-08-13 | 1 | -0/+5 |
| | | | | Previously, filenames would be completed. |