1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
Commit graph

6696 commits

Author SHA1 Message Date
Clint Adams
e1772fd046 27998: add recommended zshrc option. 2010-06-30 12:49:29 +00:00
Doug Kearns
20b3a40783 28056: add option descriptions to _lynx 2010-06-23 01:03:29 +00:00
Doug Kearns
2f4e224103 28055: add some missing options to _vim 2010-06-22 21:59:59 +00:00
Peter Stephenson
e3f764d1ef 28047: attempt to make locking with fc command more useful 2010-06-22 11:00:31 +00:00
Doug Kearns
d455c70fde 28052: remove duplicated completion of the cvs version subcommand 2010-06-22 02:20:44 +00:00
Doug Kearns
dd91767979 unposted: fix typos in INSTALL and README 2010-06-22 01:04:36 +00:00
Doug Kearns
9b0e0f348a 28051: update elinks completion for version 0.12pre5 2010-06-22 01:01:07 +00:00
Frank Terbeck
af33c10d5f Fix a date in ChangeLog. 2010-06-17 12:24:14 +00:00
Frank Terbeck
9611513a89 Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo. 2010-06-17 12:23:26 +00:00
Frank Terbeck
ce22f32bcb Holger Weiss: Completion/Unix/Command/_git: various fixes and enhancements. 2010-06-17 12:22:32 +00:00
Peter Stephenson
091cbd9d58 28042: transpose-lines widget 2010-06-16 21:50:39 +00:00
Peter Stephenson
14dde08475 28038: improved handling of recurring events in calendar system 2010-06-14 13:01:41 +00:00
Peter Stephenson
4c1a3a89f0 unposted: extra note on ZSH_EVAL_CONTEXT 2010-06-14 11:58:26 +00:00
Peter Stephenson
e6f14352d6 28037: improved error messages for module autoloads
of math functions and builtins
2010-06-14 11:57:08 +00:00
Peter Stephenson
4af11dc57a 28010: use getcwd() as fallback for zgetcwd() 2010-06-14 11:55:35 +00:00
Peter Stephenson
825c1a1141 28010: use getcwd() as fallback 2010-06-14 11:48:06 +00:00
Peter Stephenson
27254b788f Mikael: 28027: typo 2010-06-13 15:59:59 +00:00
Peter Stephenson
92233c8029 28026: use "zsh_directory_name c" for completion of dynamic directory names 2010-06-11 22:28:21 +00:00
Peter Stephenson
64d431d98b 28025: (D) parameter flag 2010-06-11 20:08:01 +00:00
Peter Stephenson
48fe737779 Haakon Riiser: 28009: new ffmpeg completion 2010-06-09 08:48:37 +00:00
Peter Stephenson
7850fc5a2c 28006: make zgetcwd() fall back to pwd,
only use "." if setting pwd
2010-06-08 08:51:03 +00:00
Doug Kearns
4c0f2dfe8f unposted: fix typo in _urpmi parameter name 2010-06-07 18:21:34 +00:00
Peter Stephenson
535cc4c875 Alexey: 27999: fix error message 2010-06-07 17:00:03 +00:00
Doug Kearns
4c2fe82872 Simon Ruderich: 28002: fix bad _feh update commit 2010-06-07 04:59:54 +00:00
Doug Kearns
a54fdc70be unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Peter Stephenson
4ad0a25af1 27983: colours could be output twice 2010-06-03 19:36:16 +00:00
Peter Stephenson
099dc207fa 27994: better error for failed parameter autoload 2010-06-03 13:38:17 +00:00
Frank Terbeck
c617e5a07b Holger Weiss: 27977: _git shouldn't return 0 if there are no matches. 2010-06-03 10:34:08 +00:00
Peter Stephenson
fdebbca754 27990: don't use return value from setupterm()
to decide if module booted OK
2010-06-02 13:13:43 +00:00
Peter Stephenson
5068080f78 Daniel Friesel: 27982: feh completion update 2010-06-01 19:15:35 +00:00
Peter Stephenson
84425f7d17 Mikael: 27981: complete (e) in subscript 2010-05-31 14:29:30 +00:00
Peter Stephenson
0b1d48472a Mikael: 27980: completion typo 2010-05-28 08:49:55 +00:00
Peter Stephenson
147cedfb6f 27965, 27966: Improve ${(q)...}: newline appears as $'\n;, 2010-05-27 18:57:34 +00:00
Peter Stephenson
43ee0cd4fd 27976: more parameter substitution order description 2010-05-27 18:52:30 +00:00
Frank Terbeck
17b7471fbc Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to always return `default' as the branch name. 2010-05-27 10:06:16 +00:00
Peter Stephenson
35d3418aeb users/15078: completion for zsh-mime-handler 2010-05-23 19:54:03 +00:00
Clint Adams
b7d9912f8b 27964: add back missing enditem(). 2010-05-22 17:39:58 +00:00
Frank Terbeck
88ea63adf2 Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. 2010-05-14 07:58:37 +00:00
Frank Terbeck
9773e56418 Simon Ruderich: 27954: vcs_info: more minor documentation fixes. 2010-05-14 07:55:38 +00:00
Peter Stephenson
9ecfa0842b unposted: fix typo in previous commit 2010-05-12 10:17:58 +00:00
Peter Stephenson
09960dc5b9 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt 2010-05-12 10:06:59 +00:00
Peter Stephenson
cb8ddf171e c.f. 27950: strip bogus whitespace from tests 2010-05-10 12:31:49 +00:00
Frank Terbeck
0501efc54a Seth House, Simon Ruderich and myself: 27948: various vcs_info changes
Here's a diff-stat:

 Doc/Zsh/contrib.yo                                |  506 ++++++++++++++-------
 Functions/VCS_Info/.distfiles                     |    1 +
 Functions/VCS_Info/Backends/VCS_INFO_detect_hg    |   14 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git |   35 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_hg  |  295 +++++++++----
 Functions/VCS_Info/VCS_INFO_formats               |   26 +-
 Functions/VCS_Info/VCS_INFO_hook                  |   10 +-
 Functions/VCS_Info/VCS_INFO_quilt                 |  190 ++++++++
 Functions/VCS_Info/vcs_info                       |   30 +-
 Misc/.distfiles                                   |    1 +
 Misc/vcs_info-examples                            |  496 ++++++++++++++++++++
 11 files changed, 1303 insertions(+), 301 deletions(-)

The major changes are vast improvements for the mercurial (hg) backend
(which was done almost entirely by Seth); improved documentation (mostly
done by Simon and again Seth); quilt support (as an addon and stand
alone, see the manual for details); a number of new hooks and a fair
share of bugfixes.
2010-05-10 10:46:48 +00:00
Peter Stephenson
144a06bf95 users/15031: another file completion quoting fix,
useful if path-completion is false or accept-exact-dirs is true
2010-05-05 09:54:38 +00:00
Peter Stephenson
a6ea7ab36d 27947: some cases where we should execute EXIT traps 2010-05-05 09:49:39 +00:00
Frank Terbeck
b0aec8054c * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic symbolic references as heads. 2010-05-02 08:56:25 +00:00
Clint Adams
b4014f00a6 Bernd Zeimetz: 27931: completion for bts affects. 2010-04-28 12:16:59 +00:00
Peter Stephenson
edc01c0455 Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE 2010-04-28 08:55:35 +00:00
Peter Stephenson
443d873258 27926: fix completion suffix when inserting last word 2010-04-27 08:58:34 +00:00
Peter Stephenson
5d77927ffd 27911: no completion colouring with old lists when turned off 2010-04-27 08:49:11 +00:00