On 2010-02-18, epanda wrote:

> how to build args from a private list variable

    :let privlist = ["file1", "file2", "file3"]
    :exe 'args' join(privlist)

See

    :help exe
    :help join()

Regards,
Gary

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to