From 0bce103f48d3c27521e9a85cd9f0948a378b3109 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 21 Nov 2014 19:56:52 +0000 Subject: [PATCH] Fixed a typo in the vim config. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index b917224..edb25dd 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,7 @@ set nocompatible " be iMproved, required filetype off " required -# Ensure vim knows about Go(lang) +" Ensure vim knows about Go(lang) set rtp+=$GOROOT/misc/vim " set the runtime path to include Vundle and initialize