On 6/11/14, 6:35 AM, Ondrej Oprala wrote: > Hi, > bash-4.3 seems to act differently(better) in vi visual mode, than previous > bash-4 minors. > However, ksh gave a different result all along.
This isn't standardized, so I'm not worried about small differences between implementations in something that happens interactively. Bash uses the `v' option to echo commands as they are read from the temp file and executed, and that option is inherited by subshells. ksh93 doesn't seem to echo any commands at all. I personally think the bash behavior is more useful. 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/