1
0
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:
Bram Moolenaar
2013-04-15 15:47:12 +02:00
parent f6dcbb245b
commit 687a29c5e2
4 changed files with 7 additions and 4 deletions

View File

@@ -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);