Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), "\n") (2) move down and up for example: jk What happens: the first line is: 1echo join(range(1,100), "\n") while I think it should be: 1
This becomes more confusing if the list entries are other than just numbers. For example split(&rtp, ",") instead of range(1,100) (but the number of path in &rtp must be larger than the number of screen lines - which is how I discovered this) Best, Marcin -- 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
