1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00
zsh/Src/Zle
Wayne Davison f18dca3266 Fixed acceptandinfernexthistory() to work when called repeatedly.
Also changed it to not accept the line if the infer fails.  Ignore
transient edits in the history when searching for an inference and
grabbing the next line (affecting acceptandinfernexthistory(),
infernexthistory(), and acceptlineanddownhistory()).
2001-05-26 20:57:16 +00:00
..
.cvsignore Initial revision 1999-04-15 18:05:38 +00:00
.distfiles Initial revision 1999-04-15 18:05:38 +00:00
.exrc Initial revision 1999-04-15 18:05:38 +00:00
comp.h *** empty log message *** 2001-01-11 10:06:40 +00:00
compcore.c add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
compctl.c add `aliases' option to be able to disable alias expansion (13554) 2001-02-28 09:12:54 +00:00
compctl.h Initial revision 1999-10-26 15:36:11 +00:00
compctl.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
complete.c *** empty log message *** 2001-01-11 10:06:40 +00:00
complete.mdd use the right path patterns for completion functions 2001-04-19 10:39:45 +00:00
complist.c print space/backspace when reacing the last column while printing descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251) 2001-05-08 08:14:33 +00:00
complist.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
compmatch.c (13892) fixes for fpaths and completion matching 2001-04-03 11:25:11 +00:00
compresult.c try to make _h_c_w smarter at the beginning and end of the list; avoid list-beeping if the old completion list is re-used (3752) 2001-03-27 09:14:50 +00:00
computil.c barf if a empty string is given as one of the separators for _values (14293) 2001-05-10 08:52:30 +00:00
computil.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
deltochar.c Initial revision 1999-04-15 18:05:38 +00:00
deltochar.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
iwidgets.list 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
zle.h save and restore more variables in bufferwords(); move gotword() into core (11523) 2000-05-23 08:20:56 +00:00
zle.mdd Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
zle_bindings.c Back out 13285. 2000-12-18 02:14:57 +00:00
zle_hist.c Fixed acceptandinfernexthistory() to work when called repeatedly. 2001-05-26 20:57:16 +00:00
zle_keymap.c bindkey -rp removes prefix bindings; bindkey -p bugfix 2001-04-19 19:43:45 +00:00
zle_main.c Signal queuing tweak. 2001-05-17 15:56:12 +00:00
zle_misc.c AIX dependency fix 2000-05-10 15:01:19 +00:00
zle_move.c Initial revision 1999-04-15 18:05:38 +00:00
zle_params.c $PENDING special zle parameter, giving number of un-read bytes 2000-04-05 08:49:50 +00:00
zle_refresh.c Initial revision 1999-04-15 18:05:38 +00:00
zle_things.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_thingy.c Sven: 13108: Handle traps synchronously 2000-11-11 19:50:27 +00:00
zle_tricky.c more fixage for expansion: just convert the command line to the original when expansion shouldn't or couldn't do something sensible on the line (14359) 2001-05-16 10:27:06 +00:00
zle_utils.c avoid adding empty strings to the kill ring (13767) 2001-03-26 08:58:33 +00:00
zle_vi.c Initial revision 1999-04-15 18:05:38 +00:00
zle_widget.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_word.c Initial revision 1999-04-15 18:05:38 +00:00
zleparameter.c Initial revision 1999-10-26 15:36:11 +00:00
zleparameter.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00