I didn't try to figure that out; but yes, I do have explicit ':wviminfo'
in my autocommands for 'on exit'.
On 04/16/2013 02:03 PM, Bram Moolenaar wrote:
Ron Aaron wrote:
Thank you, this patch works fine.
Glad to hear.
Did you see where the two calls to write_viminfo_history() come from?
I s
Ron Aaron wrote:
> Thank you, this patch works fine.
Glad to hear.
Did you see where the two calls to write_viminfo_history() come from?
I still wonder why this happens. Perhaps you have an explicit
":wviminfo" command in an autocommand somewhere?
--
hundred-and-one symptoms of being an inte
Thank you, this patch works fine.
--
--
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
---
You received this message because you are subscribed to the Google
Patch 7.3.905 (after 7.3.903)
Problem:Crash when writing viminfo. (Ron Aaron)
Solution: Prevent freed history info to be used.
Files: src/ex_getln.c
*** ../vim-7.3.904/src/ex_getln.c 2013-04-15 16:14:15.0 +0200
--- src/ex_getln.c 2013-04-15 22:12:33.0 +0200