On 15/11/08 07:55, 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?
>
> --MZ
:help :redir
Of course, rather than publishing these rather long listings on the
list, you might want to move the columns one below another using
block-visual, then :sort them disregarding the first two columns (which
are either " " or "no") and finally diff them.
Note that some default settings differ between Windows and Unix, or even
on Unix between different GUI flavours (e.g. the GTK2 GUI prefers UTF-8).
Best regards,
Tony.
--
Baruch's Observation:
If all you have is a hammer, everything looks like a nail.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---