MZ wrote:
> 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?

:redir > textfile.txt
:set all
:redir END

Ben.




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

Reply via email to