mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Refactor fullpathcmp -> path_full_compare.
This commit is contained in:

committed by
Thiago de Arruda

parent
81237af70e
commit
6d712defa5
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user