diff options
Diffstat (limited to 'Etc/BUGS')
-rw-r--r-- | Etc/BUGS | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -12,6 +12,8 @@ the nonomatch and nullglob options. ------------------------------------------------------------------------ It is currently impossible to time builtins. ------------------------------------------------------------------------ +38754: unwanted scrolling of the terminal +------------------------------------------------------------------------ 40106: The comp* completion-related builtins (compadd, compset, etc) are run with $_comp_options in effect, rather than the user's options. ------------------------------------------------------------------------ @@ -26,8 +28,38 @@ skipped when STTY=... is set for that command 41203 and others: Make it easier to maintain C modules out of tree. (May require defining a stable API for modules, see 41254) ------------------------------------------------------------------------ +42609: :|: =(hang) +------------------------------------------------------------------------ 44007 - Martijn - exit in trap executes rest of function See test case in Test/C03traps.ztst. ------------------------------------------------------------------------ -45282: ${${:-foo}:P} where foo is a symlink that points to itself segfaults +44133 debian #924736 (partial patch in 44134) three setopts following ` #` +------------------------------------------------------------------------ +44850 terminal issues with continuation markers +------------------------------------------------------------------------ +users/24765 -direct terminals. Not a bug as such but we may need to do + something if -direct values in TERM are ever common +------------------------------------------------------------------------ +44850: zle -M doesn't work properly if the command line fills the screen +------------------------------------------------------------------------ +44525, 45778 [PATCH] prompt redrawn on the wrong line upon SIGWINCH +------------------------------------------------------------------------ +45400: vared does not work in subshells, even when the parent shell is +interactive and the subshell is the foreground job. The USEZLE option is +always turned off in subshells, for reasons lost to history. There is a +related, probably obsolete, vared special case for $TERM set to "emacs". +------------------------------------------------------------------------ +users/26150: MULTIOS does not work with "exec": + +exec 3>/tmp/test1 3>/tmp/test2 + +causes a script to hang. +------------------------------------------------------------------------ +47561: [PATCH v4] vcs_info: choose backend by basedir +------------------------------------------------------------------------ +39319: () { exit } =(:) doesn't clean up the tempfile +------------------------------------------------------------------------ +48091: Bug in compdescribe with matcher 'b:-=+' +------------------------------------------------------------------------ +users/26071: Strange behavior about option completion of `git push ------------------------------------------------------------------------ |