diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-23 14:47:45 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-23 14:47:45 -0500 |
commit | 4172ce4eb078fe63cf3696dd10f9bdf47cd70eb1 (patch) | |
tree | 17a3042487871d51bf7298b4f09b14146e20b058 /src/nvim/window.h | |
parent | d4430dc3ebec717ec91c0c997dd5be358b714077 (diff) | |
parent | ce17037e3ebbfb9f181c40f26bc601780e3f17a5 (diff) | |
download | rneovim-4172ce4eb078fe63cf3696dd10f9bdf47cd70eb1.tar.gz rneovim-4172ce4eb078fe63cf3696dd10f9bdf47cd70eb1.tar.bz2 rneovim-4172ce4eb078fe63cf3696dd10f9bdf47cd70eb1.zip |
Merge pull request #4072 from jbradaric/vim-7.4.642
vim-patch:7.4.642
Diffstat (limited to 'src/nvim/window.h')
-rw-r--r-- | src/nvim/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/window.h b/src/nvim/window.h index eccc7835a8..2ac4c00c28 100644 --- a/src/nvim/window.h +++ b/src/nvim/window.h @@ -10,6 +10,7 @@ #define FNAME_INCL 8 /* apply 'includeexpr' */ #define FNAME_REL 16 /* ".." and "./" are relative to the (current) file instead of the current directory */ +#define FNAME_UNESC 32 // remove backslashes used for escaping /* * arguments for win_split() |