1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00
Commit graph

5455 commits

Author SHA1 Message Date
Mikael Magnusson
76524a7f7d 29738: _ssh: Add PreferredAuthentications completion. 2011-09-06 16:15:06 +00:00
Mikael Magnusson
ba3ebac710 29736: mention when zstyle -t returns 1. 2011-09-06 16:13:09 +00:00
Bart Schaefer
7e528b4985 users/16302: pattern matching for plain files was broken by 29444 2011-09-05 22:01:11 +00:00
Simon Ruderich
2dbde98c48 unposted: fix missing attribution in changelog 2011-08-30 16:37:38 +00:00
Simon Ruderich
22f4a6d175 29745: Completion/X/Command/_mplayer: fix -ss completion. 2011-08-30 16:16:12 +00:00
Peter Stephenson
a6de37ec2b 29744: don't mess up non '-A' cases in read -E fix 2011-08-29 17:21:39 +00:00
Bart Schaefer
557baa173c users/16291: prompt_bart_preexec uses history text in the non-"fg" case
to avoid alias expansion.
2011-08-29 16:08:28 +00:00
Mikael Magnusson
c0ec6c4238 29722, 29706: fix two things in _mplayer. 2011-08-29 15:18:03 +00:00
Peter Stephenson
af071465b1 29731: fix read -AE, test that and read -Ae 2011-08-28 17:06:27 +00:00
Peter Stephenson
ca7269e82d users/16289: don't delete temporary files on disown.
Document.
2011-08-28 16:38:28 +00:00
Bart Schaefer
c4beabbc64 Belatedly add move-line-in-buffer. 2011-08-20 18:39:24 +00:00
Bart Schaefer
14f5735ed0 29711: Avoid expensive "getent group" unless directories are group writable. 2011-08-20 18:33:57 +00:00
Nikolai Weibull
cfdb417a6b 29707: Completion/Unix/Command/_ln: New _ln completer 2011-08-20 07:44:39 +00:00
Mikael Magnusson
cf845a396e 29705: add correct number of slashes when completing //TRANSLIT. 2011-08-18 14:28:49 +00:00
Mikael Magnusson
f0eaa5713e unposted: move _schedtool to correct dir 2011-08-18 12:48:42 +00:00
Bart Schaefer
ecb6967236 users/16251: use preexec hook in prompt_bart_setup to capture jobtext.
29694: Avoid overwriting current history word when not expanding an alias
or history event.
2011-08-18 02:23:10 +00:00
Peter Stephenson
85b00bb0f7 29703: crash when failing to parse process substitutions 2011-08-17 20:26:05 +00:00
Peter Stephenson
815e52cdbf users/16253, users/16255: a nulstring should be split like an empty string 2011-08-17 19:00:08 +00:00
Peter Stephenson
5bbedb3df3 Anthony R Fletcher: users/16260: new systemctl completion 2011-08-17 18:54:30 +00:00
Nikolai Weibull
9e8cdf31b9 29698: Completion/Unix/Command/_git: Complete diff options for git log 2011-08-17 10:50:26 +00:00
Mikael Magnusson
2a79494070 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
Mikael Magnusson
7ae7996614 29683: add -O forward to _ssh. 2011-08-17 10:20:00 +00:00
Mikael Magnusson
57ca91ba9d 29682: new _schedtool completer 2011-08-17 10:18:14 +00:00
Mikael Magnusson
cd3acd762d 29681: use [] to dereference region_highlights 2011-08-17 10:15:49 +00:00
Wayne Davison
2c9b4e769f 29650: Don't lose time info after a suspend+restore. 2011-08-16 15:27:05 +00:00
Peter Stephenson
3ba487ca77 unposted: use pm->node.nam to get names for parameters in errors 2011-08-15 19:32:30 +00:00
Mikael Magnusson
512660352f 29504: note when (#cN,M) can't be used in place of # or ##. 2011-08-14 23:19:22 +00:00
Mikael Magnusson
7db1a0cf3d 29388, 29680: clarify note about e:string: quoting. 2011-08-14 23:10:41 +00:00
Bart Schaefer
516ea294b8 29677: Do not allow external processes in a pipeline to become suspended
when the end of the pipe is controlled by a builtin in the current shell
which cannot itself become suspended.
2011-08-14 18:34:27 +00:00
Mikael Magnusson
8af2cbd1f2 unposted: fix capitalized word in the middle of a sentence 2011-08-14 14:21:27 +00:00
Mikael Magnusson
d0366e1960 unposted: fix a typo in a comment. 2011-08-14 14:16:45 +00:00
Mikael Magnusson
20c52f6221 28852: Use syntax that doesn't depend on SHORT_LOOPS being set. 2011-08-14 13:40:53 +00:00
Mikael Magnusson
7142697448 unposted: ChangeLog: put two spaces between name and email, remove non-initial tabs 2011-08-14 07:30:31 +00:00
Mikael Magnusson
5d97a1f1cd 29673: Clarify what 'other' in the ignore-line style does 2011-08-14 07:21:20 +00:00
Peter Stephenson
cc9352c33d missed ChangeLog 2011-08-12 18:33:20 +00:00
Peter Stephenson
548c4562fe fix tests using zsh/datetime that I broke 2011-08-11 19:32:50 +00:00
Peter Stephenson
773737e09f 29674: add $epochtime to datetime 2011-08-11 19:20:56 +00:00
Peter Stephenson
bbbaed2b53 29663: add $EPOCHREALTIME to zsh/datetime 2011-08-10 11:31:18 +00:00
Bart Schaefer
92ee9324a9 29654: "wait" should resume stopped jobs identified by process ID as well
as by job number; temporary (?) workaround for pipelines getting lost if
TSTP is delivered when a shell builtin is the tail of the pipe.
2011-08-10 03:21:15 +00:00
Peter Stephenson
e7f198f267 29661: Improved documentation for {var}>... redirections 2011-08-09 18:26:24 +00:00
Peter Stephenson
4a3ce8ab89 29644: work around _describe bug, plus cosmetic tweaks 2011-08-03 20:57:32 +00:00
Peter Stephenson
d48faef8cd 29633: more care with anonymous and other functions 2011-08-03 18:45:17 +00:00
Peter Stephenson
771b059a52 29635: Improve _complete_debug syntax and handling of fd's 2011-08-03 09:36:49 +00:00
Frank Terbeck
d557905eb6 Luka Perkov: 29624: _quilt: Improve push' and pop' completion. 2011-07-29 13:07:52 +00:00
Peter Stephenson
7d1480af54 29626: arguments to anonymous functions shouldn't be parsed as command words 2011-07-28 09:20:02 +00:00
Peter Stephenson
6844a63daf 29602 etc. etc.: description of filename extension 2011-07-28 09:18:34 +00:00
Peter Stephenson
b12242cb3f 29561: missed file 2011-07-27 19:14:16 +00:00
Mikael Magnusson
c3d1277229 29618: Fix some syntax to not depend on SHORT_LOOPS being set. 2011-07-27 10:26:25 +00:00
Peter Stephenson
45913f43e5 29561: Allow closing of fd's not recorded by the shell 2011-07-25 10:20:09 +00:00
Mikael Magnusson
164cf1abd5 29596: fix syntax to work with ksh_arrays 2011-07-22 13:22:20 +00:00