Remove easy mode

This commit is contained in:
Felipe Morales
2015-01-15 18:00:37 -03:00
parent 5c6348e999
commit 44b01ca863
23 changed files with 15 additions and 596 deletions

View File

@@ -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