From 4bc3562df95bcab4d1a3e84edee96aa50f970641 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Fri, 17 Jun 2011 01:29:40 -0300 Subject: [PATCH] Map for gorun --- modules/go.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/go.vim b/modules/go.vim index 409b91e61..adb295acf 100644 --- a/modules/go.vim +++ b/modules/go.vim @@ -1,2 +1,5 @@ "Set noexpandtab to Go files (which sucks, IMHO) autocmd FileType go setlocal noexpandtab + +"Mapping gorun +autocmd FileType go map g :!gorun %