Hi all. I wrote a Vim plug-in* that automatically keeps my global tags
file up-to-date by executing Exuberant Ctags from a CursorHold autocmd.
I've been happily using the plug-in for months now and today it started
throwing the following error which I've never seen before:
easytags.vim: Vim(let):E685: Internal error: hash_add() (at function
easytags#autoload..easytags#highlight_cmd, line 4)
When I looked up :help E685 I found the following:
This is an internal error. If you can reproduce it, please send in a
bug report.
The good news is that reproducing the E685 error is a matter of calling
taglist('.') using my tags file but the bad news is that the relevant
tags file contains 5810 lines (649K) of personal information (e.g.
extracts from several LaTeX documents) and I've never debugged Vim (nor
any other binary for that matter). I don't really mind providing the
tags file to someone who's willing to analyze this problem but I'm not
happy with posting the file on a public mailing list either :-)
Does anyone have suggestions?
Thanks in advance,
- Peter Odding
PS. This is with a freshly compiled 7.2 with patches <= 442.
* http://www.vim.org/scripts/script.php?script_id=3114
--
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