diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
commit | c3028e435392a7b647f79be826c054ef76b0d577 (patch) | |
tree | f2d48e5e7c13e9faf67f1ef99317779f23a8df2f /runtime/vimrc_example.vim | |
parent | 57207ea60e84b5af46f99d388b8e619955f96d09 (diff) | |
parent | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (diff) | |
download | rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.gz rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.bz2 rneovim-c3028e435392a7b647f79be826c054ef76b0d577.zip |
Merge pull request #1656 from fmoralesc/remove-easy-mode
Remove "easy" mode.
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r-- | runtime/vimrc_example.vim | 5 |
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 |