aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-22 04:11:45 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-22 04:11:45 -0400
commit3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950 (patch)
treebe1e44070b1165ff920cea369847c548b8e7dea6 /src/nvim/path.h
parentc4de9c7cc9fffa1402b362653484a14799d8cd03 (diff)
parent9e1cacecbe2938c45205fdb30465303dfe2af968 (diff)
downloadrneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.tar.gz
rneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.tar.bz2
rneovim-3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950.zip
Merge pull request #4367 from jbradaric/vim-7.4.1107
vim-patch:7.4.{1107,1114,1116,1117,1120}
Diffstat (limited to 'src/nvim/path.h')
-rw-r--r--src/nvim/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/path.h b/src/nvim/path.h
index eac367d0ac..88e5935c24 100644
--- a/src/nvim/path.h
+++ b/src/nvim/path.h
@@ -21,6 +21,8 @@
/* Note: mostly EW_NOTFOUND and EW_SILENT are mutually exclusive: EW_NOTFOUND
* is used when executing commands and EW_SILENT for interactive expanding. */
#define EW_ALLLINKS 0x1000 // also links not pointing to existing file
+#define EW_DODOT 0x4000 // also files starting with a dot
+#define EW_EMPTYOK 0x8000 // no matches is not an error
/// Return value for the comparison of two files. Also @see path_full_compare.
typedef enum file_comparison {