Re: should `local' create local variables when they exist in the tempenv?

2018-12-13 Thread Chet Ramey
On 12/9/18 1:30 AM, Grisha Levit wrote: > When a variable is present in the temporary environment and then declared > local in a function, it seems to not actually make a local variable, in the > sense that the variable does not show up in the output of `local', > unsetting > the variable reveals t

Re: Problem with vi mode in bash 5.0 beta

2018-12-13 Thread Chet Ramey
On 12/12/18 5:32 PM, Stan Marsh wrote: > (This is all after doing "set -o vi") > > In previous versions of bash, I could do the following keys: / ^ foo > > and it would find the most recent command that starts with foo. This is all > as > expected. > > However, in bash 5.0 beta (self-compile