On Saturday, November 17, 2012, Erik wrote: > I'm trying to troubleshoot why vim is behaving differently on different > systems, and it would be really handy if i could dump all the settings to a > text file for comparison. What's the recommended way of doing that? Or, > alternatively, how can i see these settings from the command prompt without > invoking vi? > > Thanks, > e.l. >
:help :redir You can redirect output of all subsequent commands into a file, variable or register. Don't forget :redir END at the end to turn it off. Salman -- سلمان حلیم -- You received this message from the "vim_use" 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
