From ecb26c01c250caae47779c38962d3cf9bfac42e0 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Wed, 30 Apr 2014 11:48:09 -0700 Subject: [PATCH] disable nerdtree bullshit in gvimrc --- dot-files/gvimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot-files/gvimrc b/dot-files/gvimrc index cc3ebf8..63159b0 100644 --- a/dot-files/gvimrc +++ b/dot-files/gvimrc @@ -196,11 +196,11 @@ RUBY endfunction " Define the NERDTree-aware aliases -call s:DefineCommand("cd", "ChangeDirectory") -call s:DefineCommand("touch", "Touch") -call s:DefineCommand("rm", "Remove") -call s:DefineCommand("e", "Edit") -call s:DefineCommand("mkdir", "Mkdir") +"call s:DefineCommand("cd", "ChangeDirectory") +"call s:DefineCommand("touch", "Touch") +"call s:DefineCommand("rm", "Remove") +"call s:DefineCommand("e", "Edit") +"call s:DefineCommand("mkdir", "Mkdir") " Include user's local vim config if filereadable(expand("~/.gvimrc.local"))