If you are on kind of UNIX, following will work, from the shell prompt: vim -c ':redir!>/tmp/all-my-settings.txt|:set|q' ; vim /tmp/all-my-settings.txt
2008/10/6, Venkata Suryam Setty ISSA <[EMAIL PROTECTED]>: > > Daniel Eldridge wrote: >> Perfecto! >> >> --Dan >> >> On Thu, Sep 11, 2008 at 7:25 PM, Erik Falor <[EMAIL PROTECTED]> wrote: >> >>> On Thu, Sep 11, 2008 at 4:50 PM, Daniel Eldridge <[EMAIL PROTECTED]> >>> wrote: >>> >>>> Hello list, >>>> >>>> :se all generates more than 3 screens worth of data. >>>> >>>> How can I capture my settings in a file so I can see all of this in one >>>> place? >>>> >>> You can redirect the output of any arbitrary command with :redir. >>> Read this help document for all the details: >>> :help redir >>> > How did you do that? > > Regards > Suryam. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
