Thinca wrote:
> I found a strange behavior in verbose message.
> There is a Vim script:
> -----
> function! F()
> return range(13)
> endfunction
>
> 12verbose call F()
> -----
>
> This outputs the following. (encoding=utf-8)
>
> -----
> calling function F
> function F returning [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11..., 1, 2,
> 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
> -----
>
> The same parts are repeated.
>
> I wrote a patch for this problem.
> Please check and include it.
>
> https://gist.github.com/1625181
Thanks for the patch. I'll look into it soon.
--
SOLDIER: What? Ridden on a horse?
ARTHUR: Yes!
SOLDIER: You're using coconuts!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.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