From 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 15 Jan 2015 18:00:37 -0300 Subject: Remove easy mode --- runtime/vimrc_example.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/vimrc_example.vim') diff --git a/runtime/vimrc_example.vim b/runtime/vimrc_example.vim index 11656f2d5d..7d64d99bf7 100644 --- a/runtime/vimrc_example.vim +++ b/runtime/vimrc_example.vim @@ -7,11 +7,6 @@ " for Unix: ~/.vimrc " for MS-DOS and Win32: $VIM\_vimrc -" When started as "evim", evim.vim will already have done these settings. -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 -- cgit