From aae7f0aac3541981212abcedbea5a15769e16976 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 22:50:19 -0800 Subject: [PATCH] Update how pathogen is called Now uses pathogen#infect() --- vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 94b8372..6d72cd9 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,5 @@ " Use pathogen to use search for plug-ins -call pathogen#runtime_append_all_bundles() -call pathogen#helptags() +call pathogen#infect() " Basics set t_Co=256 " Use 256 colors @@ -95,7 +94,6 @@ filetype indent on " load filetype plug-ins and indent settings " UI set showcmd " show the command being typed set ruler " Always show current positions along the bottom -"set number " turn on line numbers set relativenumber " Use relative line numbers set numberwidth=4 " If we have over 9999 lines set hidden " you can change buffer without saving