aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-10 01:31:55 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-10 01:31:55 -0400
commita2b888d3830de97eb093a29c930851ceacbd454a (patch)
treee34d9e296aec716ba607ab4f02f877cd4163f356 /src/nvim/os
parentd06c4a239131a84637c5c7d247ef8b5e9c7275b3 (diff)
parent691e3bbc99af6e4ef9a1649e02b8fa302e4f5732 (diff)
downloadrneovim-a2b888d3830de97eb093a29c930851ceacbd454a.tar.gz
rneovim-a2b888d3830de97eb093a29c930851ceacbd454a.tar.bz2
rneovim-a2b888d3830de97eb093a29c930851ceacbd454a.zip
Merge pull request #4695 from KillTheMule/vim-7.4.896
vim-patch:7.4.896
Diffstat (limited to 'src/nvim/os')
-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 55894e4d12..6a29f86e79 100644
--- a/src/nvim/os/win_defs.h
+++ b/src/nvim/os/win_defs.h
@@ -46,6 +46,8 @@
# endif
#endif
+#define BACKSLASH_IN_FILENAME
+
#ifdef _MSC_VER
typedef SSIZE_T ssize_t;
#endif