]> git.rmz.io Git - dotfiles.git/commitdiff
remove unencessary commands
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 16 Oct 2013 07:21:03 +0000 (09:21 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 16 Oct 2013 07:21:03 +0000 (09:21 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 55906d8426a671f054d5379dd11d25c07311af56..04d2a4be99d2aaa7ff94948e7b191a8f9c7893ad 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,16 +1,8 @@
 " My vimrc file.
 "
-" Maintainer:   Samir Benmendil <samir.benmendil[at]gmail[dot]com>
+" Author:   Samir Benmendil <samir.benmendil[at]gmail[dot]com>
 "
 
-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()