1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00
Commit Graph

4101 Commits

Author SHA1 Message Date
Wayne Davison
03531ff379 The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown
escape (resulting in a literal "c"), not remove the sequence (from
a patch by Thorsten Dahlheimer).
2005-07-24 05:37:23 +00:00
Wayne Davison
6e80eb1a4c Improved the function comment for getkeystring(). 2005-07-24 05:19:58 +00:00
Wayne Davison
c71813ef45 Added missing "goto" in handling of 'c' escape (fix from
Thorsten Dahlheimer).
2005-07-24 04:54:54 +00:00
Wayne Davison
17b224a549 An install fix for Cygwin from Thorsten Dahlheimer. 2005-07-24 04:47:57 +00:00
Clint Adams
ccea851d9c 21510: use && rather than -a binary test operator. 2005-07-24 03:15:21 +00:00
Clint Adams
2bd556e744 21506: use globbing instead of ls and sed. 2005-07-23 14:23:38 +00:00
Clint Adams
d1f7c438b1 21505: use an array for common arguments rather than an additional function 2005-07-23 14:10:48 +00:00
Clint Adams
f6bec18ea4 215??: move xscreensaver-command completion to the X dir. 2005-07-23 14:02:24 +00:00
Peter Stephenson
625b1dfd74 unposted: bring various .distfiles up to date 2005-07-21 13:45:23 +00:00
Peter Stephenson
3d5bececac 21500: Add script and function as framework for new user stuff. 2005-07-20 18:08:39 +00:00
Clint Adams
a4e534dcbc 21499: Doc/Makefile.in: use newer texi2html syntax. 2005-07-20 16:39:57 +00:00
Peter Stephenson
e3c5dd2dd9 21498: Add zsh/newuser module 2005-07-20 16:08:12 +00:00
Doug Kearns
eb86b42f30 unposted: add -s option to _arguments call in _rake 2005-07-20 12:45:14 +00:00
Wayne Davison
65250b8f0d 21492 2005-07-20 08:48:52 +00:00
Wayne Davison
94b0dee8b3 Undo version mod that changed the wrong 3.0 into 4.3.0. 2005-07-19 15:18:11 +00:00
Wayne Davison
48128dad7f 21492: Update the prompt-overwriting section even more extensively. 2005-07-19 14:59:56 +00:00
Peter Stephenson
9f4197038c fix version in 21490 2005-07-18 14:53:39 +00:00
Peter Stephenson
5d37414ad4 21490: Update FAQ to reflect PROMPT_SP option 2005-07-18 10:40:36 +00:00
Wayne Davison
c7888386d4 Fixed the heading for the new PROMPT_SP option. 2005-07-16 19:53:47 +00:00
Doug Kearns
4454ccf47e unposted: escape colons in _python -W option argument message 2005-07-16 11:57:43 +00:00
Wayne Davison
9bc0982477 21464 2005-07-15 17:46:39 +00:00
Wayne Davison
767e017e1f Implement the new PROMPT_SP option. 2005-07-15 17:41:55 +00:00
Wayne Davison
b1e0d218c5 Reference 4 extra termcap items: save-cursor, restore-cursor, the
backspace character, and the ignore-newline-after-wrap flag.
2005-07-15 17:41:53 +00:00
Wayne Davison
85784fbfee Add "promptsp" to the optname optns[] array. 2005-07-15 17:41:50 +00:00
Wayne Davison
9ba458948a Added the PROMPTSP option plus 3 new termcap defines
(TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
2005-07-15 17:41:33 +00:00
Wayne Davison
1522c05145 Document the new PROMPT_SP option. 2005-07-15 17:41:28 +00:00
Doug Kearns
2f51268ee6 unposted: add missing -C option to _arguments in _python 2005-07-15 11:51:53 +00:00
Peter Stephenson
b2cfbabced 21466: mkdir -p didn't work with symlinks 2005-07-14 20:20:11 +00:00
Doug Kearns
bbe1c9bd17 21449: limit completed options available to RUBYOPT to -[IdvwrK] 2005-07-12 15:10:42 +00:00
Doug Kearns
f5e61d18b0 21446 (modified): improve target completion for rake 2005-07-12 14:35:49 +00:00
Clint Adams
afec3b2b5f 21447: completion for rubber, contributed by Emmanuel Hainry and Emmanuel Beffara. 2005-07-12 12:30:19 +00:00
Bart Schaefer
5af2ab3b9c 21428: Travis: fix crash on bad compvalues call 2005-07-12 03:07:22 +00:00
Doug Kearns
a18270da29 21443: new completion for rake 2005-07-11 18:32:54 +00:00
Doug Kearns
ec8bbd0e94 unposted: fix typo in first normal arg action of _ruby 2005-07-11 10:21:52 +00:00
Bart Schaefer
80e8e43f76 21423: Travis: completion for unexpand 2005-07-11 03:34:15 +00:00
Bart Schaefer
6f518486a2 Use set -o in listalloptions to avoid kshoptionprint 2005-07-10 17:17:58 +00:00
Clint Adams
0ff769f9b3 21418: completion for madison. 2005-07-10 12:53:04 +00:00
Clint Adams
b305d6406c 21417: completion for xscreensaver-command. 2005-07-10 12:32:22 +00:00
Clint Adams
aa75b34156 21416: cope with an equals sign after gpg --keyring. 2005-07-10 12:03:14 +00:00
Peter Stephenson
b334c31e18 users/9059: Nikolai Weibull: improved _vim_files 2005-07-08 10:33:34 +00:00
Peter Stephenson
d4f81ce410 users/9049: add vim variants to _vim 2005-07-07 12:56:30 +00:00
Peter Stephenson
a032b62789 Nikolai Weibull: new _vim completion 2005-07-07 11:15:46 +00:00
Peter Stephenson
75f853f2e3 21402: Fix crash with case-insensitive matching. 2005-07-06 10:01:19 +00:00
Doug Kearns
3538c874b1 * unposted: add missing compset -S calls to _w3m 2005-07-03 11:11:20 +00:00
Doug Kearns
198bd8f9e6 21400: add completion for RUBYOPT, RUBYLIB and RUBYPATH env variables 2005-07-03 10:56:41 +00:00
Doug Kearns
ce16f63906 unposted: declare _links vals parameter local 2005-06-30 14:41:53 +00:00
Doug Kearns
f64cc0a2df 21392: update w3m completion for version 0.5.x 2005-06-28 17:06:25 +00:00
Peter Stephenson
a6660cadc6 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. 2005-06-28 09:37:21 +00:00
Doug Kearns
9b9e5a3ac0 unposted: complete WWW_HOME, ftp_proxy and https_proxy with URLs 2005-06-27 14:44:53 +00:00
Peter Stephenson
42fc33e2f8 21387: zcalc documentation for precision features 2005-06-27 10:22:11 +00:00