aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2015-08-28 00:01:53 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-08-28 03:02:40 -0400
commit82296510879d6e18036ba45447d348bba41be52e (patch)
tree840ccbb414f9fc0666a7274f89a069e6fd2f9177 /src
parent3901f5987619c5b8b476333c5a864f637a5546d9 (diff)
downloadrneovim-82296510879d6e18036ba45447d348bba41be52e.tar.gz
rneovim-82296510879d6e18036ba45447d348bba41be52e.tar.bz2
rneovim-82296510879d6e18036ba45447d348bba41be52e.zip
Windows: Define USE_CRNL on Windows. #3249
Diffstat (limited to 'src')
-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