summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-1736177: _setopt: complete printexitvalue both waysMikael Magnusson2-2/+8
2015-08-1536180: avoid infinite job stop/continue loop on "wait PID" for a background jobBarton E. Schaefer2-1/+13
2015-08-1536091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftpMikael Magnusson2-1/+12
2015-08-15Revert 36118Mikael Magnusson2-4/+1
This works already except if list-dirs-first is set, and that is being fixed separately.
2015-08-1436146: avoid mix of -/ and -g with _files as that just overrides user ↵Oliver Kiddle3-4/+8
preferences
2015-08-14unposted: fix minor typosDaniel Hahler2-3/+3
2015-08-13unposted: _subversion: Complete property names for propdelDaniel Shahaf2-1/+6
Previously, filenames would be completed.
2015-08-1336131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle3-37/+36
referenced for a clear change number marking the current state
2015-08-1336113: ip(8) may add suffixes which is not good for completion matchesEric Cook2-13/+9
2015-08-13Wieland Hoffmann: 36123: protect against word splitting in ↵Wieland Hoffmann2-2/+7
__git_is_committish_range
2015-08-1236106: fix const parameter to bindkeyKamil Dudka2-1/+5
2015-08-1236127: assorted minor completion function changesOliver Kiddle12-14/+25
2015-08-1236125: don't set history context in get-lineOliver Kiddle2-4/+4
2015-08-1235834: strip a final newline from pasted text: inserting is hard to tell ↵Oliver Kiddle2-0/+11
apart from accepting it
2015-08-1236119: _strftime: Add completion for zsh/datetime's strftime builtinMikael Magnusson2-0/+15
2015-08-1236120: _sort: Fix syntax errorMikael Magnusson2-1/+3
2015-08-1236118: _imagemagick: complete all files if image files didn't matchMikael Magnusson2-1/+4
2015-08-1236117: _wget: complete headers for --header and add --no-use-server-timestampsMikael Magnusson2-1/+43
2015-08-1236116: _git: various fixesMikael Magnusson2-5/+7
Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check
2015-08-1236078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson2-6/+8
2015-08-1236077: vcs_info: stop exporting everythingMikael Magnusson13-21/+37
2015-08-1136108: list of major changes so far since 5.0.8Barton E. Schaefer2-0/+35
2015-08-1136104: change order of child_block() and dont_queue_signals() to resolve yet ↵Barton E. Schaefer3-3/+6
another race condition
2015-08-1136092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer3-0/+14
-F" etc.
2015-08-1136090: keep signals queued for preprompt()Barton E. Schaefer2-2/+4
2015-08-1136096: special . mark in vi modeOliver Kiddle2-12/+26
2015-08-1136044: deactivate-region widget for escape in visual modeOliver Kiddle5-0/+22
2015-08-1135952: bind escape in vi mode so it is a full key sequence and later keys ↵Jun T1-1/+1
aren't dropped
2015-08-1136067: fix typo and format in the documentationJun T5-15/+20
2015-08-10unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entryBarton E. Schaefer1-1/+1
2015-08-1036084: use zrealloc() consistentlyBarton E. Schaefer3-4/+6
2015-08-1036079: do not allow update_job() and its helpers to run the signal queue ↵Barton E. Schaefer2-0/+13
while we are processing a job exit.
2015-08-1036083: set array value when consistently retying scalar and arrayPeter Stephenson3-0/+10
2015-08-10Don't rely on implicit value when saving background process statusPeter Stephenson2-2/+13
2015-08-1036075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck2-0/+7
2015-08-1036069: _tmux: Fix \ooo display in completion listFrank Terbeck2-1/+4
2015-08-1036070: _tmux: Update bell-action and prefix optionsFrank Terbeck2-3/+6
2015-08-1036060: _tmux: Update TODOFrank Terbeck2-5/+8
2015-08-1036061: _tmux: Add support for new window optionsFrank Terbeck2-0/+39
2015-08-1036055: _tmux: Add support for new server optionsFrank Terbeck2-0/+11
2015-08-1036059: _tmux: Add new session optionsFrank Terbeck2-0/+39
2015-08-1036051: _tmux: Remove support for old optionsFrank Terbeck2-60/+3
2015-08-1036047: _tmux: Fix options with changed scopeFrank Terbeck2-8/+11
2015-08-1036064: _tmux: Add new command aliasesFrank Terbeck2-0/+6
2015-08-1036052: _tmux: Remove old sub-commands and their aliasesFrank Terbeck2-59/+3
2015-08-1036056: Add helper script to check state of _tmux completionFrank Terbeck2-0/+219
2015-08-1036049: _tmux: options => session_optionsFrank Terbeck2-5/+8
2015-08-1036054: _tmux: "local -x" serves no purposeFrank Terbeck2-2/+5
2015-08-1036057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck2-1/+4
2015-08-1036058: _tmux: No need to unset local variablesFrank Terbeck2-1/+3