aboutsummaryrefslogtreecommitdiff
path: root/runtime/vimrc_example.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r--runtime/vimrc_example.vim5
1 files changed, 0 insertions, 5 deletions
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