1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

485 Commits

Author SHA1 Message Date
Sven Wischnowsky
4f1424edb2 zstyle+ simplifies definition of styles (10795) 2000-04-17 14:47:24 +00:00
Sven Wischnowsky
30a98cc4d6 scrolling in completion lists and menu-selection, version1 2000-04-17 11:17:10 +00:00
Peter Stephenson
d85d34d818 10789: <(...) and >(...) documentation 2000-04-17 10:57:48 +00:00
Sven Wischnowsky
f0e8173762 display newlines as spaces in job-texts (10788) 2000-04-17 10:46:01 +00:00
Sven Wischnowsky
fcca6c721c fix for exclusion lists for -+o specifications 2000-04-17 08:53:37 +00:00
Peter Stephenson
306adcc9c4 10772: Chmouel: rpm --target completion 2000-04-17 08:42:18 +00:00
Sven Wischnowsky
1fb481b8c2 better completion after `=', everywhere (10780) 2000-04-17 08:22:44 +00:00
Sven Wischnowsky
cd45aa331d make _tags use C-code for braces in tag-order values; and misc. stuff (10775) 2000-04-17 08:04:42 +00:00
Sven Wischnowsky
8c474bbcd4 fix for partial word completion with empty parts and common suffix (10774) 2000-04-17 07:56:25 +00:00
Peter Stephenson
5c53fb9500 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD 2000-04-16 19:02:13 +00:00
Clint Adams
3dc24fba09 10768: configure.in: DLLDFLAGS for OpenBSD. 2000-04-15 14:10:30 +00:00
Clint Adams
336542eba2 10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements10764: run-help improvements 2000-04-14 15:42:10 +00:00
Clint Adams
0abbba01c3 10763: complete after : for typeset & friends 2000-04-14 15:15:46 +00:00
Peter Stephenson
b6ba688405 Doc fix for 10756 2000-04-14 13:07:58 +00:00
Sven Wischnowsky
4ea0d96475 missing `+'s in _diffoptions (10760) 2000-04-14 12:28:04 +00:00
Peter Stephenson
2295c59fcb 10756: fix (#s) and (#e) for parameter substitution forms 2000-04-14 11:49:31 +00:00
Bart Schaefer
3f114b3237 Fix formatting. 2000-04-14 00:12:12 +00:00
Clint Adams
5a4a436dde 10748: configure-switch for MAXJOB 2000-04-13 23:11:54 +00:00
Clint Adams
c281f5c3ba 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h 2000-04-13 22:25:04 +00:00
Peter Stephenson
6372332a92 10743: fix replenv() of imported special parameters 2000-04-13 17:57:45 +00:00
Peter Stephenson
cf92384eac 10738: pws: local parameters can be exported 2000-04-13 14:22:47 +00:00
Sven Wischnowsky
b692ed1b9d remove the pids' tag, use processes' instead (10733) 2000-04-13 11:05:15 +00:00
Sven Wischnowsky
f5b6feedca make read -[kq] always print the prompt, if any; after all they make sure they have a terminal anyway (10727) 2000-04-13 08:43:39 +00:00
Sven Wischnowsky
ba1d606cb2 fix field name for HAVE_NIS_PLUS (10726) 2000-04-13 08:19:44 +00:00
Sven Wischnowsky
2ef4fd884c comment the `#if's for group numbers in $compstate[insert] (10725) 2000-04-13 08:09:13 +00:00
Sven Wischnowsky
a8400e82b1 display number of matches again when asking if a completion list should be shown (only when not zero) (10724) 2000-04-13 08:05:57 +00:00
Bart Schaefer
3715a5bbcf 10706: Andrej: Fix quoting in awk args. 2000-04-12 17:12:54 +00:00
Bart Schaefer
63719320c3 10700: Andrej: Support Pyramid's internationalized manpaths. 2000-04-12 15:24:55 +00:00
Oliver Kiddle
c7d8a2426f Use _arguments for bindkey completion and fix small typo in docs 2000-04-12 15:05:34 +00:00
Sven Wischnowsky
47e4c7b8c1 forgot one #if for commenting out the group-stuff for $compstate[insert] 2000-04-12 13:08:08 +00:00
Sven Wischnowsky
c80d9e45e6 compare mapped zwc files using stat instead of the pathnames (10699) 2000-04-12 13:06:18 +00:00
Sven Wischnowsky
4a3b94ca40 allow brace expansion on patterns for file-patterns and tag-order (10695) 2000-04-12 12:35:38 +00:00
Sven Wischnowsky
4a250fe1dd missing initialisation for next field in assignments for substitutions for fc builtin (10692) 2000-04-12 11:10:52 +00:00
Sven Wischnowsky
5de84477ac keep _oldlist from using the dummy match inserted for warnings (10691) 2000-04-12 09:28:56 +00:00
Sven Wischnowsky
5ac242f449 comment out the code to allow $compstate[insert] to select the group (10690) 2000-04-12 09:12:15 +00:00
Sven Wischnowsky
5de80f85b4 display number of lines instead of number of matches when asking whether to show completion lists (10686) 2000-04-12 08:31:55 +00:00
Sven Wischnowsky
b1d4a8194a new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685) 2000-04-12 08:24:15 +00:00
Bart Schaefer
07b3a775b1 10681: Setopts in _complete_help the same as _main_complete. 2000-04-12 03:32:51 +00:00
Clint Adams
c39481cb6d 10680: spelling corrections in _diff_options 2000-04-11 23:34:39 +00:00
Peter Stephenson
5a69fda2a1 10669: compinstall more flexible with input and output files 2000-04-11 20:25:30 +00:00
Bart Schaefer
6888f6c3a7 10657: One change missed in 10635.
Also, a no-op cleanup in prompt_bart_setup.
2000-04-11 15:28:29 +00:00
Sven Wischnowsky
71157907ad make trailing blanks in file-patterns tags be removed (10650) 2000-04-11 11:21:12 +00:00
Sven Wischnowsky
0c918c63ca make _oldlist ignore old list when _complete_help is used (10648) 2000-04-11 10:42:15 +00:00
Sven Wischnowsky
3d0f90ba2b make _oldlist ignore list from _complete_help; _match runs for every match spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641) 2000-04-11 09:40:13 +00:00
Sven Wischnowsky
2fcab2a716 _make uses $words[1] for command name (10635) 2000-04-11 08:22:57 +00:00
Sven Wischnowsky
fac3086d97 _wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) 2000-04-11 07:57:56 +00:00
Bart Schaefer
37012f06a7 10628: Check for GNU make using "_call version ..." as was done for GNU diff. 2000-04-10 23:40:43 +00:00
Sven Wischnowsky
3153dbb321 detect ignored signals correctly (10625) 2000-04-10 14:16:24 +00:00
Sven Wischnowsky
0e9a94a89f typo caused ignored-patterns to be ignored (10622) 2000-04-10 09:34:05 +00:00
Sven Wischnowsky
fc43f74334 addx() inserts x more often (10621) 2000-04-10 09:29:09 +00:00