Yukihiro Nakadaira wrote: > 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, )
I'll fix it. -- The Law, in its majestic equality, forbids the rich, as well as the poor, to sleep under the bridges, to beg in the streets, and to steal bread. -- Anatole France /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
