Peter Stephenson
770beb5816
36218: use unmetafied file name for mkdir system call
2015-08-18 11:10:54 +01:00
Peter Stephenson
0575f03a5a
36216: Missed message number
2015-08-18 10:45:26 +01:00
Peter Stephenson
2372daa755
36216: Simpler handling of UNDO_LIMIT_NO
2015-08-18 10:44:46 +01:00
Barton E. Schaefer
c239a7bd91
36212: save and restore HISTNO along with other editor state, for sanity of "zle undo"
2015-08-17 20:59:00 -07:00
brian m. carlson
9a369d39e1
36209: vcs_info: avoid grep error message when file is missing
...
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.
2015-08-18 01:00:25 +02:00
Daniel Shahaf
769c6cbc28
unposted: _sshfs: Fix completion of options with values
...
The "=" to the left of the ":" was interpreted as a literal part of the option
name, resulting in double equal signs.
2015-08-17 21:55:24 +00:00
Daniel Shahaf
ad98fab65d
36158: _sshfs: Fix completion of and after -o
...
The "action" part of the -o spec didn't escape colons.
2015-08-17 21:54:55 +00:00
Daniel Shahaf
fa573a3579
36109: bracketed-paste: change quoting style
2015-08-17 21:53:16 +00:00
Daniel Shahaf
c799e01c68
36186: FAQ (3.24): Update for bracketed paste
2015-08-17 21:52:33 +00:00
Mikael Magnusson
fb063f9649
36172: _imagemagick: Use $formats a bit more correctly
2015-08-17 22:50:04 +02:00
Barton E. Schaefer
c5a13d2d01
unposted (cf. 36200): back out _expand backslash handling change from 34961.
2015-08-17 13:12:30 -07:00
Peter Stephenson
bd89f38fb7
unposted: use of $f in zmv
2015-08-17 20:22:20 +01:00
Oliver Kiddle
1d2dd33c0a
36165: simplify file-patterns default to a single pattern
2015-08-17 12:25:44 +02:00
Barton E. Schaefer
2f2808098b
unposted: mention bracketed-paste-magic in url-quote-magic comments
2015-08-16 22:52:21 -07:00
Barton E. Schaefer
3b3ce2bb3e
Reorder commit-log entries for international date line.
2015-08-16 22:30:58 -07:00
Barton E. Schaefer
a190d68d8c
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
2015-08-16 22:29:01 -07:00
Barton E. Schaefer
795e6eb9b3
36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magic and other self-insert wrapper widgets
2015-08-16 22:23:06 -07:00
Mikael Magnusson
a62e968224
36183: _ssh: update to 7.0
2015-08-17 01:00:18 +02:00
Mikael Magnusson
3f171fd463
36177: _setopt: complete printexitvalue both ways
2015-08-17 00:56:48 +02:00
Barton E. Schaefer
5d019f426a
36180: avoid infinite job stop/continue loop on "wait PID" for a background job
2015-08-15 10:15:30 -07:00
Mikael Magnusson
0204f5e17f
36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftp
2015-08-15 00:43:48 +02:00
Mikael Magnusson
019dbbf166
Revert 36118
...
This works already except if list-dirs-first is set, and that
is being fixed separately.
2015-08-15 00:15:22 +02:00
Oliver Kiddle
9a4e1bf93b
36146: avoid mix of -/ and -g with _files as that just overrides user preferences
2015-08-14 11:00:39 +02:00
Daniel Hahler
5f8a18a561
unposted: fix minor typos
2015-08-14 02:35:32 +02:00
Daniel Shahaf
422dae7b1c
unposted: _subversion: Complete property names for propdel
...
Previously, filenames would be completed.
2015-08-13 23:47:59 +00:00
Oliver Kiddle
832130c57d
36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is referenced for a clear change number marking the current state
2015-08-13 16:18:26 +02:00
Eric Cook
f158e5c4cf
36113: ip(8) may add suffixes which is not good for completion matches
2015-08-13 16:10:35 +02:00
Wieland Hoffmann
8e0b5e0e00
Wieland Hoffmann: 36123: protect against word splitting in __git_is_committish_range
2015-08-13 15:53:12 +02:00
Kamil Dudka
51d2c66341
36106: fix const parameter to bindkey
2015-08-12 20:08:58 +01:00
Oliver Kiddle
cf77e28a3f
36127: assorted minor completion function changes
2015-08-12 18:06:03 +02:00
Oliver Kiddle
4f509c6201
36125: don't set history context in get-line
2015-08-12 18:06:01 +02:00
Oliver Kiddle
f17eb26a34
35834: strip a final newline from pasted text: inserting is hard to tell apart from accepting it
2015-08-12 18:05:59 +02:00
Mikael Magnusson
b386bbaf29
36119: _strftime: Add completion for zsh/datetime's strftime builtin
2015-08-12 17:55:07 +02:00
Mikael Magnusson
aa722536ea
36120: _sort: Fix syntax error
2015-08-12 17:54:55 +02:00
Mikael Magnusson
6472541678
36118: _imagemagick: complete all files if image files didn't match
2015-08-12 17:54:42 +02:00
Mikael Magnusson
f6c3a2f86a
36117: _wget: complete headers for --header and add --no-use-server-timestamps
2015-08-12 17:54:24 +02:00
Mikael Magnusson
8815500f95
36116: _git: various fixes
...
Add = to git checkout --conflict= completion
fix transposed [-
git push remote argument is not optional
can use shorter syntax for a check
2015-08-12 17:54:07 +02:00
Mikael Magnusson
46a46a90c2
36078: vcs_info: Adjust documentation for no longer exporting
2015-08-12 04:31:29 +02:00
Mikael Magnusson
c5abf2bcff
36077: vcs_info: stop exporting everything
2015-08-12 04:31:22 +02:00
Barton E. Schaefer
c21a3fddf4
36108: list of major changes so far since 5.0.8
2015-08-11 12:24:28 -07:00
Barton E. Schaefer
128bf385b1
36104: change order of child_block() and dont_queue_signals() to resolve yet another race condition
2015-08-11 08:55:23 -07:00
Barton E. Schaefer
a01f29c11d
36092: return the zpty master file descriptor in $REPLY for use with "zle -F" etc.
2015-08-11 08:55:23 -07:00
Barton E. Schaefer
1af2e6e02d
36090: keep signals queued for preprompt()
2015-08-11 08:55:23 -07:00
Oliver Kiddle
5ee4cc8c09
36096: special . mark in vi mode
2015-08-11 13:44:32 +02:00
Oliver Kiddle
3183cbd98c
36044: deactivate-region widget for escape in visual mode
2015-08-11 13:28:14 +02:00
Jun T
0f224e72cc
35952: bind escape in vi mode so it is a full key sequence and later keys aren't dropped
2015-08-11 13:22:45 +02:00
Jun T
bde91914df
36067: fix typo and format in the documentation
2015-08-11 13:07:59 +09:00
Barton E. Schaefer
321116c4cc
unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry
2015-08-10 14:42:51 -07:00
Barton E. Schaefer
45424e735d
36084: use zrealloc() consistently
2015-08-10 12:55:56 -07:00
Barton E. Schaefer
93ca77f8f7
36079: do not allow update_job() and its helpers to run the signal queue while we are processing a job exit.
2015-08-10 12:54:05 -07:00