aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/os/win_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/win_defs.h b/src/nvim/os/win_defs.h
index c169dbfe83..9773b73428 100644
--- a/src/nvim/os/win_defs.h
+++ b/src/nvim/os/win_defs.h
@@ -21,6 +21,8 @@
// - SYS_VIMRC_FILE
// - SPECIAL_WILDCHAR
+#define USE_CRNL
+
#ifdef _MSC_VER
# ifndef inline
# define inline __inline