Bram Moolenaar wrote:
The problem of changing something like this is that all scripts that are included in the release need to be checked for effects. And there are lots of scripts now. I wouldn't be surprised if, for example, the netrw plugin stops working properly.
In perusing netrw, I believe that all the netrw usages of exists("*func") give exists() a full function name; ie. they don't depend on its just being a prefix. So, I expect that netrw should work ok with
such a change. Regards, Chip Campbell
