From f0c1d1ca24eaefc12e2e1092bd9dbc954b7f4d3c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 25 Mar 2013 16:36:57 -0600 Subject: Update the stuff --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d88bac3..5ce3d57 100755 --- a/vimrc +++ b/vimrc @@ -80,6 +80,7 @@ set backspace=indent,eol,start " load the plugin and indent settings for the detected filetype filetype plugin indent on +filetype plugin on " Opens an edit command with the path of the currently edited file filled in " Normal mode: e -- cgit