forked from aniani/vim
patch 8.2.4750: small pieces of dead code
Problem: Small pieces of dead code. Solution: Remove the dead code. (Goc Dundar, closes #10190) Rename the qftf_cb struct member to avoid confusion.
This commit is contained in:
committed by
Bram Moolenaar
parent
eca7c60d68
commit
b836658a04
@@ -1576,7 +1576,7 @@ expand_env_esc(
|
||||
c = (int)STRLEN(var);
|
||||
// if var[] ends in a path separator and tail[] starts
|
||||
// with it, skip a character
|
||||
if (*var != NUL && after_pathsep(dst, dst + c)
|
||||
if (after_pathsep(dst, dst + c)
|
||||
#if defined(BACKSLASH_IN_FILENAME) || defined(AMIGA)
|
||||
&& dst[-1] != ':'
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user