Hi,

According to the help file, the function 'cursor()' should accept 2 or 3
arguments, or a list with 2 or 3 items.  However, when I execute this command:

  :call cursor([5, 5])

It does *not* move the cursor, even though the equivalent:

  :call cursor(5, 5)

... will work.  I must provide a 3rd item in the list for it to work:

  :call cursor([5, 5, 0])

Is this a feature or a bug?

regards,
Peter


        

        
                
____________________________________________________ 
On Yahoo!7 
360°: Your own space to share what you want with who you want! 
http://www.yahoo7.com.au/360

Reply via email to