On unix:

vim -c ':redir!>/tmp/all-my-settings.txt|:set|redir END|q' ; vim
/tmp/all-my-settings.txt

On windows (untested):

gvim -c ":redir!>%TEMP%/all-my-settings.txt|:set|redir END|q"
gvim %TEMP%\all-my-settings.txt

2008/11/15, MZ <[EMAIL PROTECTED]>:
>
> I am noticing some difference in behavior in two vim installations
> even they have essentially identical vimrc files. So I would like to
> export the setting of each to compare.
>
> I can do a :set all to see all the current settings. Is there a
> straight forward way to export that to a text file?
>
> --MZ
> >
>

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

Reply via email to