On 6/8/20 6:54 PM, bash...@jonkmans.nl wrote: > Bash Version: 4.4 > Patch Level: 20 > Release Status: release > > Description: > Got a core dump (segmentation fault) when i type: Alt-. Alt-1 Alt-.
You tried to redo `.'. The way this happens is you are in command mode, run that yank-last-arg binding (which sets the last vi-mode command to `.'), then try to run it again, but miss the timeout described in the last paragraph of my previous message, which results in you trying to redo the last command (`.') in a context where the binding for `.' is vi-redo. I put something in to stop that at the same time I made the other changes described in my previous message. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/