about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 36262: Replace fix for missing unmeta in chdir().Peter Stephenson2015-08-215-8/+34
| | | | | | | 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 furtherPeter Stephenson2015-08-211-1/+2
|
* 36250: add notes on bracketed paste mode to READMEPeter Stephenson2015-08-213-4/+17
| | | | Next version will be 5.1 rather than 5.0.9.
* 36243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto2015-08-202-1/+6
|
* 36247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf2015-08-192-1/+8
|
* 36237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf2015-08-192-2/+16
|
* 36236: _git-log: Complete multiple revspecsDaniel Shahaf2015-08-192-0/+8
| | | | e.g., git log origin/master origin/foo origin/bar
* 36236: _git-log: complete 'git rm'd filesDaniel Shahaf2015-08-192-3/+8
|
* 36148: _git-log: Complete flags after positional argumentOliver Kiddle2015-08-192-25/+28
|
* 36241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson2015-08-192-0/+8
| | | | | Check that embedded null characters get passed correctly through the strftime module builtin.
* 36208: _subversion: Complete a few more option switchesDaniel Shahaf2015-08-192-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 ChangeLogMikael Magnusson2015-08-181-1/+1
|
* 36232: Unmeta needed in chdir() in zchdir()Peter Stephenson2015-08-182-1/+3
|
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-188-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 Stephenson2015-08-182-2/+3
| | | | This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4.
* 36222: unmetafy output from strftimePeter Stephenson2015-08-182-1/+4
|
* 36218: use unmetafied file name for mkdir system callPeter Stephenson2015-08-182-1/+4
|
* 36216: Missed message numberPeter Stephenson2015-08-181-1/+1
|
* 36216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson2015-08-182-6/+8
|
* 36212: save and restore HISTNO along with other editor state, for sanity of ↵Barton E. Schaefer2015-08-172-3/+10
| | | | "zle undo"
* 36209: vcs_info: avoid grep error message when file is missingbrian m. carlson2015-08-182-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 valuesDaniel Shahaf2015-08-172-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 -oDaniel Shahaf2015-08-172-3/+31
| | | | The "action" part of the -o spec didn't escape colons.
* 36109: bracketed-paste: change quoting styleDaniel Shahaf2015-08-172-1/+4
|
* 36186: FAQ (3.24): Update for bracketed pasteDaniel Shahaf2015-08-172-0/+10
|
* 36172: _imagemagick: Use $formats a bit more correctlyMikael Magnusson2015-08-172-4/+10
|
* unposted (cf. 36200): back out _expand backslash handling change from 34961.Barton E. Schaefer2015-08-172-1/+6
|
* unposted: use of $f in zmvPeter Stephenson2015-08-172-1/+14
|
* 36165: simplify file-patterns default to a single patternOliver Kiddle2015-08-172-42/+11
|
* unposted: mention bracketed-paste-magic in url-quote-magic commentsBarton E. Schaefer2015-08-162-1/+12
|
* Reorder commit-log entries for international date line.Barton E. Schaefer2015-08-161-0/+7
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2015-08-162-6/+18
|\
| * 36183: _ssh: update to 7.0Mikael Magnusson2015-08-172-4/+17
| |
| * 36177: _setopt: complete printexitvalue both waysMikael Magnusson2015-08-172-2/+8
| |
* | 36195, 36196: wrapper of bracketed-paste for compatibilty with ↵Barton E. Schaefer2015-08-162-0/+198
|/ | | | url-quote-magic and other self-insert wrapper widgets
* 36180: avoid infinite job stop/continue loop on "wait PID" for a background jobBarton E. Schaefer2015-08-152-1/+13
|
* 36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson2015-08-152-1/+12
|
* Revert 36118Mikael Magnusson2015-08-152-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 Kiddle2015-08-143-4/+8
| | | | preferences
* unposted: fix minor typosDaniel Hahler2015-08-142-3/+3
|
* unposted: _subversion: Complete property names for propdelDaniel Shahaf2015-08-132-1/+6
| | | | Previously, filenames would be completed.
* 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle2015-08-133-37/+36
| | | | referenced for a clear change number marking the current state
* 36113: ip(8) may add suffixes which is not good for completion matchesEric Cook2015-08-132-13/+9
|
* Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann2015-08-132-2/+7
| | | | __git_is_committish_range
* 36106: fix const parameter to bindkeyKamil Dudka2015-08-122-1/+5
|
* 36127: assorted minor completion function changesOliver Kiddle2015-08-1212-14/+25
|
* 36125: don't set history context in get-lineOliver Kiddle2015-08-122-4/+4
|
* 35834: strip a final newline from pasted text: inserting is hard to tell ↵Oliver Kiddle2015-08-122-0/+11
| | | | apart from accepting it
* 36119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2015-08-122-0/+15
|
* 36120: _sort: Fix syntax errorMikael Magnusson2015-08-122-1/+3
|