forked from aniani/vim
updated for version 7.3.901
Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line.
This commit is contained in:
@@ -5054,7 +5054,6 @@ vim_fnamencmp(x, y, len)
|
||||
int cx = NUL;
|
||||
int cy = NUL;
|
||||
|
||||
/* TODO: multi-byte characters. */
|
||||
while (len > 0)
|
||||
{
|
||||
cx = PTR2CHAR(px);
|
||||
|
Reference in New Issue
Block a user