Ben Schmidt 写道: > But what I was actually thinking about was simply using the identical > configuration on different machines. It's easier just to copy your > .vimrc than a whole .vim folder.
Copy the .vimrc is easier than .vim folder only if you don't change it very often. consider you change it on computer A and changed it on computer B you will need to merge the changes unless you always brings the file with you and copy it every time before you use vim. That IMO would be tedious. I think .vim folder is easier, because folders can be managed by subversion or any kind of version control system, my ~/.vim is a working copy of subversion and I can simply change anything in any computer and submit them, an svn update will do all the merges I need. For any new computer an svn checkout would get all my want. All those works only for folders, not for individual files. I even put my .vimrc and .gvimrc into .vim folder and create soft links to my home. since maintain a .vim folder as svn working copy is far easier than maintain two separate files in the rather crowded home folder. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
