From: Samir Benmendil Date: Wed, 16 Oct 2013 07:21:03 +0000 (+0200) Subject: remove unencessary commands X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f43a861053de60d317498c2e699109525c0e3183 remove unencessary commands --- diff --git a/vimrc b/vimrc index 55906d8..04d2a4b 100644 --- a/vimrc +++ b/vimrc @@ -1,16 +1,8 @@ " My vimrc file. " -" Maintainer: Samir Benmendil +" Author: Samir Benmendil " -if v:progname =~? "evim" - finish -endif - -" Use Vim settings, rather than Vi settings (much better!). -" This must be first, because it changes other options as a side effect. -set nocompatible - " pathogen.vim runtime path manipulation silent! call pathogen#infect()