aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-30 01:57:46 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-03 10:32:41 -0300
commit6d712defa52e58627aca5c875677d14d705300e8 (patch)
tree69516dc311b87cc7840f05d0a88259fe2094a465 /src/buffer.c
parent81237af70e7ac2d2277f428da87ca5fa7b16c8e1 (diff)
downloadrneovim-6d712defa52e58627aca5c875677d14d705300e8.tar.gz
rneovim-6d712defa52e58627aca5c875677d14d705300e8.tar.bz2
rneovim-6d712defa52e58627aca5c875677d14d705300e8.zip
Refactor fullpathcmp -> path_full_compare.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c181d1d7c5..83b1928dd2 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3738,7 +3738,7 @@ do_arg_all (
for (i = 0; i < opened_len; ++i) {
if (i < alist->al_ga.ga_len
&& (AARGLIST(alist)[i].ae_fnum == buf->b_fnum
- || fullpathcmp(alist_name(&AARGLIST(alist)[i]),
+ || path_full_compare(alist_name(&AARGLIST(alist)[i]),
buf->b_ffname, TRUE) & FPC_SAME)) {
int weight = 1;