Comment #3 on issue 96 by [email protected]: Use of memory after free
when pasting in read-only file using Perforce plugin
http://code.google.com/p/vim/issues/detail?id=96
I found that this bug only happens when I have this line in my ~/.virmc:
:set clipboard=unnamedplus,autoselect,exclude:cons\|linux
I had recently added this line in my ~/.vimrc (and then forgot about it)
because I tried to reproduce a bug with yankring intentioned here:
https://groups.google.com/forum/?fromgroups=#!topic/vim_dev/Hgrb2O4A7yQ
That explains why I only started to see several crashes in the last few
days.
So this setting of 'clipboard' not only causes a bug with yankring (plugin
which I'm not using) but also creates a bug with the perforce-4.1 plugin
(plugin which I'm using).
I'll try later when I find time to find a minimalistic ~/.vimrc to
reproduce this bug and will try to reproduce it without any plugin if
possible.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php