about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggestWayne Davison2005-07-261-7/+4
| | | | | | a better precmd function -- one that includes an inverse hash, and that outputs all its input in one go so that echoed input can't trip up the algorithm and cause a wrap when it shouldn't.
* 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams2005-07-263-7/+12
|
* unposted: declare expl local in _rakeDoug Kearns2005-07-262-1/+5
|
* 21527: rename zsh-newuser-install and don't run if not loadedPeter Stephenson2005-07-265-14/+36
|
* 21516: handle dhclient V3 as well as V2.Clint Adams2005-07-262-5/+32
|
* 21518 (modified)Wayne Davison2005-07-261-0/+6
|
* Added tests for \c escape handling.Wayne Davison2005-07-261-0/+28
|
* Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison2005-07-261-5/+16
| | | | output at the \c). (Based on a patch by Thorsten Dahlheimer.)
* If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison2005-07-261-1/+3
| | | | truncate the returned string at the escape.
* 21523, 21524: Julius Plenz: completions for pump and dhclient.Clint Adams2005-07-253-0/+36
|
* unposted: add missing compset -S call to _phpDoug Kearns2005-07-252-2/+8
|
* Some echo/printf improvements for the \c escape.Wayne Davison2005-07-251-0/+11
|
* 21519: only complete files after baz commit, not archive/version.Clint Adams2005-07-242-1/+4
|
* 21517: complete files after build-config if there's a configs subdir, even ↵Clint Adams2005-07-242-2/+10
| | | | if one is not in a project tree.
* The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison2005-07-241-1/+1
| | | | | escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).
* Improved the function comment for getkeystring().Wayne Davison2005-07-241-10/+11
|
* Added missing "goto" in handling of 'c' escape (fix fromWayne Davison2005-07-241-0/+2
| | | | Thorsten Dahlheimer).
* An install fix for Cygwin from Thorsten Dahlheimer.Wayne Davison2005-07-241-0/+1
|
* 21510: use && rather than -a binary test operator.Clint Adams2005-07-242-1/+6
|
* 21506: use globbing instead of ls and sed.Clint Adams2005-07-232-5/+6
|
* 21505: use an array for common arguments rather than an additional functionClint Adams2005-07-232-26/+31
|
* 215??: move xscreensaver-command completion to the X dir.Clint Adams2005-07-232-4/+10
|
* unposted: bring various .distfiles up to datePeter Stephenson2005-07-2112-7/+33
|
* 21500: Add script and function as framework for new user stuff.Peter Stephenson2005-07-207-16/+75
|
* 21499: Doc/Makefile.in: use newer texi2html syntax.Clint Adams2005-07-202-1/+5
|
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-2010-43/+266
|
* unposted: add -s option to _arguments call in _rakeDoug Kearns2005-07-202-1/+5
|
* 21492Wayne Davison2005-07-201-0/+7
|
* Undo version mod that changed the wrong 3.0 into 4.3.0.Wayne Davison2005-07-191-1/+1
|
* 21492: Update the prompt-overwriting section even more extensively.Wayne Davison2005-07-191-29/+35
|
* fix version in 21490Peter Stephenson2005-07-182-1/+3
|
* 21490: Update FAQ to reflect PROMPT_SP optionPeter Stephenson2005-07-182-2/+11
|
* Fixed the heading for the new PROMPT_SP option.Wayne Davison2005-07-161-1/+1
|
* unposted: escape colons in _python -W option argument messageDoug Kearns2005-07-162-2/+7
|
* 21464Wayne Davison2005-07-151-0/+6
|
* Implement the new PROMPT_SP option.Wayne Davison2005-07-151-1/+23
|
* Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison2005-07-151-5/+18
| | | | backspace character, and the ignore-newline-after-wrap flag.
* Add "promptsp" to the optname optns[] array.Wayne Davison2005-07-151-0/+1
|
* Added the PROMPTSP option plus 3 new termcap definesWayne Davison2005-07-151-1/+5
| | | | (TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
* Document the new PROMPT_SP option.Wayne Davison2005-07-151-0/+18
|
* unposted: add missing -C option to _arguments in _pythonDoug Kearns2005-07-152-2/+7
|
* 21466: mkdir -p didn't work with symlinksPeter Stephenson2005-07-142-1/+6
|
* 21449: limit completed options available to RUBYOPT to -[IdvwrK]Doug Kearns2005-07-122-34/+48
|
* 21446 (modified): improve target completion for rakeDoug Kearns2005-07-122-11/+18
|
* 21447: completion for rubber, contributed by Emmanuel Hainry and Emmanuel ↵Clint Adams2005-07-122-0/+76
| | | | Beffara.
* 21428: Travis: fix crash on bad compvalues callBart Schaefer2005-07-122-1/+7
|
* 21443: new completion for rakeDoug Kearns2005-07-113-3/+48
|
* unposted: fix typo in first normal arg action of _rubyDoug Kearns2005-07-112-1/+5
|
* 21423: Travis: completion for unexpandBart Schaefer2005-07-112-0/+45
|
* Use set -o in listalloptions to avoid kshoptionprintBart Schaefer2005-07-102-5/+7
|