diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-30 01:04:52 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-03 10:32:41 -0300 |
commit | 98b1f73c3f364d11ba54e9950fc2168712da3996 (patch) | |
tree | c343dce1f7e599103861cf8a2ccf3909e038823d /src/vim.h | |
parent | db92e0b0945fc71ebd6c4620836c3a8d900443f4 (diff) | |
download | rneovim-98b1f73c3f364d11ba54e9950fc2168712da3996.tar.gz rneovim-98b1f73c3f364d11ba54e9950fc2168712da3996.tar.bz2 rneovim-98b1f73c3f364d11ba54e9950fc2168712da3996.zip |
Make FPC_* defines an enum type in path.h.
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -537,14 +537,6 @@ enum { # define REX_SET 1 /* to allow \z\(...\), */ # define REX_USE 2 /* to allow \z\1 et al. */ -/* Return values for fullpathcmp() */ -/* Note: can use (fullpathcmp() & FPC_SAME) to check for equal files */ -#define FPC_SAME 1 /* both exist and are the same file. */ -#define FPC_DIFF 2 /* both exist and are different files. */ -#define FPC_NOTX 4 /* both don't exist. */ -#define FPC_DIFFX 6 /* one of them doesn't exist. */ -#define FPC_SAMEX 7 /* both don't exist and file names are same. */ - /* flags for do_ecmd() */ #define ECMD_HIDE 0x01 /* don't free the current buffer */ #define ECMD_SET_HELP 0x02 /* set b_help flag of (new) buffer before |