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:
vim72/ftplugin/hamster.vim
vim72/ftplugin/vim.vim
vim72/plugin/matchparen.vim
The solution is to (1) prefix with `s:', (2) unlet, or (3)
do both.
--
Best regards,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---