index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-27
users/24959/0001: Extend documentation of global aliases.
Daniel Shahaf
3
-1
/
+21
2020-06-26
unposted: docs: Fix some markup and typos.
Daniel Shahaf
5
-6
/
+12
2020-06-26
46100: Fix =subst before =(subst)
Peter Stephenson
3
-1
/
+10
2020-06-26
unposted c.f. 46034: workaround incompatibility with sh_file_expansion option
Oliver Kiddle
2
-1
/
+4
2020-06-26
46106: new usbconfig completion
Oliver Kiddle
2
-0
/
+67
2020-06-26
46105: new xinput completion
Oliver Kiddle
1
-0
/
+140
2020-06-26
46075: drelo: prefer ip on linux for finding network interfaces
drelo
2
-3
/
+12
2020-06-26
45895: ignore deduplication patterns in _sequence
oxiedi
3
-2
/
+17
2020-06-25
46068 (tweaked) (was: github #57): region_highlight: Add memo= support.
Daniel Shahaf
8
-17
/
+173
2020-06-25
46102: test harness: Make the XPass message distinct from the Fail message.
Daniel Shahaf
2
-1
/
+19
2020-06-23
46079: Ignore double quotes in math expressions.
Peter Stephenson
3
-2
/
+15
2020-06-22
46091: Add code to Mercurial VCS backend to show topic if there is any.
Manuel Jacob
3
-2
/
+18
2020-06-19
46044 (tweaked per Matthew): _units: Correct the path to the units data file ...
Daniel Shahaf
2
-2
/
+10
2020-06-18
46067: Add a unit test for workers/46060.
Daniel Shahaf
2
-0
/
+12
2020-06-18
46060: Fix spurious actions on exit status 130 or 131.
Peter Stephenson
2
-4
/
+12
2020-06-17
45982: _zfs: add space property
Frederick Zhang
2
-1
/
+6
2020-06-17
unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ...
Daniel Shahaf
2
-1
/
+6
2020-06-17
46049: docs: Correct the sense of the single-letter abstract of the GLOBAL_RC...
Miroslav Koškár
2
-1
/
+6
2020-06-11
gitlab !12: completion for mat & mat2
Jan Máslo
3
-0
/
+41
2020-06-11
46036: fix colouring in prompt completion
Oliver Kiddle
2
-3
/
+6
2020-06-11
users/24892: fix local declaration with recursive-files style and complete it...
Oliver Kiddle
3
-5
/
+13
2020-06-10
unposted: zstyle docs: Fix typo.
Daniel Shahaf
2
-1
/
+5
2020-06-09
46026: Add CLOBBER_EMPTY option.
Peter Stephenson
6
-5
/
+59
2020-06-09
unposted: Add 45400 (vared in subshells) plus remarks on users/24904.
Bart Schaefer
1
-0
/
+9
2020-06-08
users/24909: Don't clean up special file list too early.
Peter Stephenson
2
-1
/
+6
2020-06-08
gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args
Doron Behar
2
-1
/
+6
2020-06-07
45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset.
Daniel Shahaf
2
-9
/
+22
2020-06-07
45933: FAQ: Add "Why does my bash script report an error when I run it under ...
Daniel Shahaf
2
-3
/
+57
2020-06-07
45791 (tweaked): FAQ: Explain how to binary search one's dotfiles
Daniel Shahaf
3
-3
/
+109
2020-06-07
unposted: FAQ: Update section number in links to the "The future of zsh" sect...
Daniel Shahaf
2
-8
/
+13
2020-06-06
unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).
Daniel Shahaf
2
-0
/
+12
2020-06-05
typeset: Fix leaving corrupted entries in paramtab
Mikael Magnusson
2
-3
/
+14
2020-06-03
45950: Fix 'make install' in out-of-tree tarball builds.
Yasuhiro KIMURA
2
-0
/
+21
2020-06-01
45940: Add _kdump and _ktrace completers and supporting _ktrace_points type
Matthew Martin
4
-0
/
+169
2020-06-01
45939: Add _pgids type
Matthew Martin
6
-5
/
+17
2020-06-01
gitlab !14: modutils completion: Fix getting the value of kver from opt_args
Doron Behar
2
-1
/
+6
2020-05-30
45915: fix handling of hyphens in spckword()
Bart Schaefer
2
-5
/
+15
2020-05-28
45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'
Yasuhiro KIMURA
2
-1
/
+6
2020-05-28
unposted: zyodl.vim: Highlight the word "note", like ft=help does.
Daniel Shahaf
2
-1
/
+6
2020-05-28
unposted: zyodl.vim: Highlight yodl continuation line marker
Daniel Shahaf
2
-0
/
+7
2020-05-28
45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...
Daniel Shahaf
3
-5
/
+52
2020-05-23
45900: Fix issues with escaped newline in $-substitution.
Peter Stephenson
3
-3
/
+47
2020-05-21
45884 (Oliver's, edited by me): Add a few entries.
Daniel Shahaf
2
-0
/
+29
2020-05-20
45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.
Daniel Shahaf
2
-0
/
+15
2020-05-17
unposted: fix date of previous commit
Eitan Adler
1
-1
/
+1
2020-05-17
unposted: bump config.guess and config.sub
Eitan Adler
3
-24
/
+39
2020-05-17
unposted: remove blank line that messed up "man" formatting
Bart Schaefer
1
-1
/
+0
2020-05-17
45831: Add _vi completer
Matthew Martin
2
-0
/
+51
2020-05-16
users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ...
Daniel Shahaf
2
-0
/
+8
2020-05-12
unposted: Add tests for previous commit
Mikael Magnusson
2
-3
/
+9
[next]