On 4/15/10 9:51 AM, Roman Rakus wrote:
> In bash-4.1 patchlevel 5 (probably all older versions) crashes.
> Reproducer:
> 
> 1. set -o vi  #set ups vi command line editing
> 2. type the following command as seen, but do not hit enter at last one
> for i in `ls`
> do
> echo $i
> done
> 3.After typeing done (but not enter), hit escape
> 4.type the letter v to open a vi editor to edit command above (for i ...)

Thanks for the report.  Note that this isn't specific to vi-mode editing.
It will be fixed in the next release of bash.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/


Reply via email to