mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
Remove easy mode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user