aboutsummaryrefslogtreecommitdiff
path: root/runtime/vimrc_example.vim
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-01-15 18:00:37 -0300
committerFelipe Morales <hel.sheep@gmail.com>2015-01-15 18:55:44 -0300
commit44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (patch)
tree68d1ca1dec7d499e880bfb1f778c4033cfe5556d /runtime/vimrc_example.vim
parent5c6348e9995b0dde23a2de99263e9e0e3a72fcd2 (diff)
downloadrneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.gz
rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.bz2
rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.zip
Remove easy 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