Name the following file gvim.bat
and put it into C:\Windows
@echo off
start gvim.exe -p --remote-tab-silent "%1"
echo on
Mar 6, 2010
open files in new tabs of GVIM from command line
Subscribe to:
Post Comments (Atom)
See how I fix my computer...
Name the following file gvim.bat
and put it into C:\Windows
@echo off
start gvim.exe -p --remote-tab-silent "%1"
echo on
0 comments:
Post a Comment