I observe a 100% reproducible internal error message "E685: Internal error: func_unref()" with vim-7.1.298 when:
- building vim with -DEXITFREE - and using the NERD_tree.vim plugin It's a low priority bug since it only happens when building with -DEXITFREE (which is a debug feature normally disabled). Steps to reproduce: 1/ build vim with -DEXITFREE i.e. uncomment line "PROFILE_CFLAGS = -DEXITFREE" in vim7/src/Makefile 2/ install the NERD_tree.vim plugin available at: http://www.vim.org/scripts/script.php?script_id=1658 3/ run... $ vim -c NERDTree -c qa ... and observe that vim reports many internal errors when exiting: Error detected while processing command line: E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() E685: Internal error: func_unref() ... ... etc, error message repeats 10877 times I have not found a way fix yet. I'm using vim-7.1.298 on Linux x86. -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
