about summary refs log tree commit diff
path: root/Functions
Commit message (Collapse)AuthorAgeFilesLines
* unposted: zsh-4.2.0-pre-1 zsh-4.2.0-pre-1Peter Stephenson2004-02-261-0/+1
|
* 19382: improved zmv documentationPeter Stephenson2004-01-161-1/+6
|
* 19339: minor TCP function suite additionsPeter Stephenson2004-01-062-17/+22
|
* zsh-users/6736: widget that puts double-quotes around words beforeBart Schaefer2003-10-271-0/+46
| | | | invoking completion.
* zsh-users/6738: replacement for self-insert that quotes shellBart Schaefer2003-10-271-0/+148
| | | | metacharacters when they appear in a word that looks like a URL.
* 19185: wrong context in delete-whole-word-matchPeter Stephenson2003-10-131-1/+1
|
* 19183: new delete-whole-word-matchPeter Stephenson2003-10-131-0/+56
|
* 19053 modified, c.f. 19056Peter Stephenson2003-09-144-0/+516
|
* unposted: Functions/Prompts/prompt_adam2_setup: fix colouring and bugAdam Spiers2003-08-191-3/+3
| | | | introduced since % needed to be quoted inside ${//} substitution.
* 18908: use print/read -u in completion system and tweak builtin docPeter Stephenson2003-07-254-5/+5
|
* 18824: kill-word-match deleted to end of line.Peter Stephenson2003-07-071-1/+1
|
* 18817: need to quote % anchor in substitutionOliver Kiddle2003-07-071-2/+2
|
* unposted: forgot .distfiles in 18810Peter Stephenson2003-07-041-0/+1
|
* 18810: Various enhancements and bug fixes for the TCP function suitePeter Stephenson2003-07-049-16/+130
|
* unposted: cvsignore VIM *.swp filesAndrey Borzenkov2003-05-051-0/+1
|
* 18497: minor tweaks to info and tcp_spamPeter Stephenson2003-05-021-2/+2
|
* 18472: spelling correctionsOliver Kiddle2003-04-257-9/+9
|
* 18450: set $compcontext to -math- to complete math context within zcalcOliver Kiddle2003-04-181-0/+1
|
* 18432: Minor miscellany of comments and rationalisations.Peter Stephenson2003-04-032-3/+15
|
* unposted: tidy up after word match functions from 18394Peter Stephenson2003-04-038-67/+4
|
* c.f. 18407: fix short prompt in select-word-stylePeter Stephenson2003-04-031-1/+1
|
* Removed zgprintf from Functions/TCP/.distfilesFelix Rosencrantz2003-03-311-1/+1
|
* 18394: New word movement and editing widgets.Peter Stephenson2003-03-2811-4/+523
|
* 18278: remove zgprintf, zformat already does thisPeter Stephenson2003-02-234-74/+5
|
* .distfiles for Functions/TCPClint Adams2003-02-181-0/+5
|
* 18202: New TCP function system plus small error message change in ztcp.Peter Stephenson2003-02-0617-0/+1414
|
* unposted: create 4.1.0-dev-7 zsh-4.1.0-dev-7Peter Stephenson2003-02-041-0/+2
|
* 18174: New read-from-minibuffer and replace-string ZLE functionsPeter Stephenson2003-02-032-0/+65
|
* 18143: fix some problems with "toggle" style.Bart Schaefer2003-01-271-1/+2
|
* 18143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer2003-01-272-9/+25
|
* 17928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle2002-11-121-1/+1
|
* Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer2002-09-041-44/+68
| | | | do only what's necessary for each early-bailout test; bump version number.
* Implement --max-procs.Bart Schaefer2002-09-021-7/+43
|
* Add zargs.Bart Schaefer2002-09-021-1/+1
|
* Based on users/5283: Implement xargs-like segmenting of argument list, withBart Schaefer2002-09-021-0/+199
| | | | a command called on each segment.
* unposted: clint prompt theme %v typo correctionClint Adams2002-08-171-1/+1
|
* 17414: narrow-to-region save and restore.Peter Stephenson2002-07-051-46/+89
|
* 17410: narrow-to-region widgetsPeter Stephenson2002-07-042-0/+87
|
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-0/+2
|
* Add "relative".Bart Schaefer2002-04-231-5/+3
|
* users/4851: Convert a full path to a path relative to a directory.Bart Schaefer2002-04-231-0/+28
|
* 16933: more sophisticated versions of these functionsOliver Kiddle2002-04-042-16/+27
|
* + Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison2002-03-301-17/+43
| | | | | + Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
* 16879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson2002-03-212-0/+26
| | | | | | | Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour.
* make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky2002-03-071-9/+14
| | | | is given (16774)
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-051-0/+1
|
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-0/+19
| | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
* unposted: improve apm and screen handlingClint Adams2002-02-091-4/+10
|
* unposted: Colin Walters's prompt, adapted for the theme systemClint Adams2002-02-072-0/+26
|
* use RPS2 to put states on the rightOliver Kiddle2002-01-311-0/+2
|