vincent wrote:
> On Mar 13, 6:18 pm, Justin Li <
shenyuan...@gmail.com> wrote:
> > I like all of the current configuraion of VIM in my computer 1.
However, I
> > want to use VIM in computer 2 exactly the same with the VIM which I
am using
> > in computer 1.
> >
> > Which files should be packed and moved into PC2 from PC1? The whole
> > directory in system directory and .vimrc in user directory?
>
> If you will do this kind of migration often, or you work on several
> different systems/machines at the same time, you should consider to
> put your vim configuration files under some source control system.
> That will make the synchronization very easy. Google Codes(svn) and
> GitHub(for git) are both very good and free options. Good luck :)
There is a tip on the Vim wiki that addresses some of these issues:
http://vim.wikia.com/wiki/Version_Control_for_Vimfiles
Michael Henry