aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r--src/nvim/option_defs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h
index 741ddc750c..55cc892cb0 100644
--- a/src/nvim/option_defs.h
+++ b/src/nvim/option_defs.h
@@ -39,15 +39,9 @@
# define DFLT_FFS_VIM "dos,unix"
# define DFLT_FFS_VI "dos,unix" /* also autodetect in compatible mode */
#else
-# ifdef USE_CR
-# define DFLT_FF "mac"
-# define DFLT_FFS_VIM "mac,unix,dos"
-# define DFLT_FFS_VI "mac,unix,dos"
-# else
# define DFLT_FF "unix"
# define DFLT_FFS_VIM "unix,dos"
# define DFLT_FFS_VI ""
-# endif
#endif