Add note about vimproc build

Fri, 12 Jun 2015 01:30:40 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 12 Jun 2015 01:30:40 -0400
changeset 189
39f8cd12ec5c
parent 188
ae4cf35b50ab
child 190
38ea48f9eae9

Add note about vimproc build

.vim/windows-vimfiles.sh file | annotate | diff | comparison | revisions
--- a/.vim/windows-vimfiles.sh
+++ b/.vim/windows-vimfiles.sh
@@ -19,3 +19,8 @@ fi
 
 cp -vuRL -t ${USERPROFILE}/vimfiles .vim/*
 
+# rebuilding vimproc dll on babun for w32 gvim:
+# $ pact install mingw-gcc-core
+# $ make -f make_mingw32.mak CC=i686-pc-mingw32-gcc
+
+

mercurial