When using :profile command E314 error is raised for empty function.
Steps to reproduce: $ cat test.vim function! EmptyFunction() endfunction profile start log.txt profile func * call EmptyFunction() $ vim -u NONE -c "so test.vim" Error detected while processing function EmpryFunction: line 1: E341: Internal error: lalloc(0, ) E341: Internal error: lalloc(0, ) E341: Internal error: lalloc(0, ) -- Yukihiro Nakadaira - [email protected] -- 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
