Skip to content

Instantly share code, notes, and snippets.

@itsananderson
Created July 1, 2014 22:52
Show Gist options
  • Save itsananderson/246462ce214a627376f3 to your computer and use it in GitHub Desktop.
Save itsananderson/246462ce214a627376f3 to your computer and use it in GitHub Desktop.
gVim Scripts for Windows

Place these files in your vim bin/ folder. Most likely one of the following:

C:\Program Files\vim\bin
C:\Program Files (x86)\vim\bin

#!/bin/sh
set DIR=`pwd`
"C:\Program Files (x86)\vim\vim74\gvim.exe" $@ &
@echo off
SET DIR=%~dp0%
start "" "C:\Program Files (x86)\vim\vim74\gvim.exe" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment