.vim/windows-vimfiles.bat

Tue, 17 Jun 2014 16:46:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 17 Jun 2014 16:46:03 -0400
changeset 72
d1ae56d8fdc4
parent 9
3253f9876ccd
permissions
-rw-r--r--

Same guioptions on w32 and unix, and guifont

9
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 @ECHO ON
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 copy ..\.vimrc %USERPROFILE%\_vimrc
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 xcopy /s ..\.vim %USERPROFILE%\vimfiles\

mercurial