diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:00:37 -0300 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:55:44 -0300 |
commit | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (patch) | |
tree | 68d1ca1dec7d499e880bfb1f778c4033cfe5556d /src/nvim/os_unix_defs.h | |
parent | 5c6348e9995b0dde23a2de99263e9e0e3a72fcd2 (diff) | |
download | rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.gz rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.bz2 rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.zip |
Remove easy mode
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index adea2ad22f..40230c7944 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -153,10 +153,6 @@ #endif -#ifndef EVIM_FILE -# define EVIM_FILE "$VIMRUNTIME/evim.vim" -#endif - # ifndef VIMINFO_FILE # define VIMINFO_FILE "$HOME/.nviminfo" # endif |