aboutsummaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-01 18:11:28 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-03 10:32:41 -0300
commitbfa4490aacda4c1e48386d4fc5e1e5884a0e0f9d (patch)
treeafe9c4cfa3b65e9d95883da5bd49f82641c0d811 /src/search.c
parentc454030478f23253c257aa759ea56b970a11cdfe (diff)
downloadrneovim-bfa4490aacda4c1e48386d4fc5e1e5884a0e0f9d.tar.gz
rneovim-bfa4490aacda4c1e48386d4fc5e1e5884a0e0f9d.tar.bz2
rneovim-bfa4490aacda4c1e48386d4fc5e1e5884a0e0f9d.zip
Rename FPC_* constants.
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 25b809bd39..091178f693 100644
--- a/src/search.c
+++ b/src/search.c
@@ -4094,7 +4094,7 @@ find_pattern_in_path (
i = old_files;
if (i == max_path_depth)
break;
- if (path_full_compare(new_fname, files[i].name, TRUE) & FPC_SAME) {
+ if (path_full_compare(new_fname, files[i].name, TRUE) & kEqualFiles) {
if (type != CHECK_PATH &&
action == ACTION_SHOW_ALL && files[i].matched) {
msg_putchar('\n'); /* cursor below last one */