Re: Global cpo_save

2008-09-03 Fir de Conversatie Ben Schmidt
Tony Mechelynck wrote: On 03/09/08 06:11, Bill McCarthy wrote: Hello Vim Developers, I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is implicitly global. Unfortunately `verbose let' does not reveal where

Global cpo_save

2008-09-03 Fir de Conversatie Bill McCarthy
Hello Vim Developers, I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is implicitly global. Unfortunately `verbose let' does not reveal where it is set. I found three places - there could be more:

Re: Global cpo_save

2008-09-03 Fir de Conversatie Bram Moolenaar
Bill McCarthy wrote: Hello Vim Developers, I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is implicitly global. Unfortunately `verbose let' does not reveal where it is set. I found three places -

Re: Global cpo_save

2008-09-03 Fir de Conversatie Bill McCarthy
On Wed 3-Sep-08 3:12pm -0600, Bram Moolenaar wrote: Bill McCarthy wrote: I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is implicitly global. Unfortunately `verbose let' does not reveal where it is set.

Re: Global cpo_save

2008-09-02 Fir de Conversatie Tony Mechelynck
On 03/09/08 06:11, Bill McCarthy wrote: Hello Vim Developers, I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is implicitly global. Unfortunately `verbose let' does not reveal where it is set. I found