Hi, When a null list (test_null_list()) is added to a list, then echoing the list doesn't produce any output:
:let l = [1, 2, test_null_list()] :echo l :echo string(l) But echoing the first two list elements works: :echo l[:1] [1, 2] - Yegappan -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7nfdUcjDzSvd_Oj%2BpKDuc2KZstONFu%2B%2Bj%2BbTNQvN-srhQ%40mail.gmail.com.
