1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
Commit Graph

4183 Commits

Author SHA1 Message Date
Wayne Davison
6b3391194c Changed the precmd that works like PROMPT_SP to use "%#" instead
of just "#".
2005-10-14 09:15:23 +00:00
Peter Stephenson
4a2f8d92e7 21872: job accounting in subshells was screwy 2005-10-13 17:49:59 +00:00
Peter Stephenson
3c37057c34 21871: replace INULL() by inull() 2005-10-13 16:30:13 +00:00
Peter Stephenson
cc81bba1e3 21870: bad INULL() definition
21869: multibyte characters in %-substitutions, invalid multibyte
characters in completion listings
2005-10-13 13:19:29 +00:00
Peter Stephenson
cca66ab341 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
substitutions that don't match anything.
2005-10-11 16:48:05 +00:00
Peter Stephenson
1eaa7fee0d 21846: _chmod was too greedy with initial arguments 2005-10-07 09:30:56 +00:00
Wayne Davison
5ee38b811e Updated PROMPT_SP to mention what inverse+bold char is now output. 2005-10-04 17:28:19 +00:00
Bart Schaefer
7f3c92059f 21821, 21822: fix two infinite loops 2005-10-04 14:27:12 +00:00
Peter Stephenson
c1b01cfba2 21809: need to export nicedup() 2005-10-03 09:09:58 +00:00
Peter Stephenson
3fd42c4658 21790: initial attempt at documenting 4.3 release 2005-10-03 09:00:44 +00:00
Peter Stephenson
dcc48ad81b minor tidy-ups 2005-10-02 19:13:44 +00:00
Peter Stephenson
4ecc04ec8b Fix docs for TRAPNAL function return 2005-10-02 19:04:35 +00:00
Wayne Davison
f5d7af2912 Tweak to PROMPT_SP. 2005-10-01 19:20:25 +00:00
Wayne Davison
d84c522b49 Changed the PROMPT_SP output to use prompt-escape %# instead of just #. 2005-10-01 19:19:06 +00:00
Peter Stephenson
046f4cf49e 21784: Improved character widths for formatted multibyte character output 2005-09-29 17:32:34 +00:00
Bart Schaefer
6183db6faa 21770: tweak 21760 to avoid conflicts with global bindings 2005-09-29 14:39:18 +00:00
Clint Adams
5d6995abb1 21781: cope with iconv --list output from glibc 2.3.5. 2005-09-28 19:00:24 +00:00
Clint Adams
9e3caedcd6 21780: completion for dlocate. 2005-09-28 18:24:43 +00:00
Peter Stephenson
81a331a3ea 21779 plus unposted catch change: exception improvementss 2005-09-28 15:26:44 +00:00
Clint Adams
c3ca181fbe 21778: completion for piuparts. 2005-09-28 14:48:50 +00:00
Peter Stephenson
f3c0df36be 21769: fix some consequences of 21730 in completion lists 2005-09-27 14:30:30 +00:00
Clint Adams
161746bd9b Vincent Lefevre: 21767: add ~ to the default svn status pattern. 2005-09-27 13:56:53 +00:00
Peter Stephenson
d9bb1a52c9 21764: unmetafication mangle zle history lines 2005-09-26 18:39:21 +00:00
Peter Stephenson
4431ebe7c1 unposted: alter reference to process substitutions in redriction docs 2005-09-26 18:34:51 +00:00
Clint Adams
3bad367b6e 21763: Completion/Unix/Command/_baz: remove stray underscore. 2005-09-26 03:08:48 +00:00
Bart Schaefer
5f076d1390 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd() 2005-09-24 18:49:42 +00:00
Bart Schaefer
8d6cd1dc94 unposted: range-checking of numeric arguments in zargs 2005-09-24 17:43:55 +00:00
Peter Stephenson
ad2bd42c85 21758: optimise =(<<<...) to run within the shell. 2005-09-23 17:03:16 +00:00
Wayne Davison
ced5aab522 Tweaked an entry to add the missing file info. 2005-09-22 23:51:04 +00:00
Peter Stephenson
f13252c310 Unposted, c.f. 21752: Expand insert-composed-char. 2005-09-22 22:23:44 +00:00
Clint Adams
fdd0397411 Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of multi-byte characters. 2005-09-22 01:36:35 +00:00
Clint Adams
4882c536e9 21740: completion for quilt. 2005-09-20 20:05:34 +00:00
Wayne Davison
7aa716edfd 21739 2005-09-20 16:34:32 +00:00
Wayne Davison
0945e20323 The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled when
it uses promptexpand() to expand some percent strings. (21739)
2005-09-20 16:33:01 +00:00
Peter Stephenson
29bb2438c0 unposted: fix wcsiident 2005-09-20 15:41:22 +00:00
Peter Stephenson
33c9432d56 21737: unmetafy wordchars before looking for multibyte characters 2005-09-20 15:19:06 +00:00
Peter Stephenson
409296e22f 21736: improve tests for word and identifier characters with multibyte input 2005-09-20 15:10:26 +00:00
Peter Stephenson
ce43e4a22c unposted c.f. 21735: document return as exit in try block in script 2005-09-19 15:19:21 +00:00
Peter Stephenson
bd678526b3 21731: handle multibyte characters in prompts correctly 2005-09-17 21:39:07 +00:00
Peter Stephenson
dc060607e9 21730: fix metafication of nicechar and pwd 2005-09-17 18:23:49 +00:00
Doug Kearns
ba9bad6c0e unposted: update rake completion for version 0.6.0 2005-09-14 12:45:00 +00:00
Clint Adams
42ed9c4e39 21718: complete files after bzr's first argument until the bzr shell-complete stuff is improved. 2005-09-13 14:30:55 +00:00
Peter Stephenson
d33c6e502a 21722: fix multibyte word stuff 2005-09-09 20:34:42 +00:00
Peter Stephenson
58b9e731da 21720: fix getrestchar() some more 2005-09-09 16:55:21 +00:00
Peter Stephenson
7746eea52b adapted from 21719: add some mod_exports 2005-09-09 16:06:47 +00:00
Peter Stephenson
5831792752 21717: Src/Zle/zle_misc.c: fix execute-named-command and -where-is
with multibyte support
2005-09-09 13:48:59 +00:00
Peter Stephenson
d39b9fabdb 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on invalid characters or EOF 2005-09-09 11:48:27 +00:00
Clint Adams
f384f47984 21705: OpenBSD date(1) completion 2005-09-07 19:12:53 +00:00
Clint Adams
541dc6998e 21704: completion for Solaris, and FreeBSD. 2005-09-07 19:10:46 +00:00
Clint Adams
cb7cac776c 21703: completion for bzr 0.0.7. 2005-09-06 16:08:29 +00:00