(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
This commit is contained in:
parent
30f240162b
commit
d16c2b662c
1 changed files with 1 additions and 1 deletions
|
@ -2376,7 +2376,7 @@ since only regular expressions have distinguished subexpressions. */)
|
|||
else
|
||||
some_multiletter_word = 1;
|
||||
}
|
||||
else if (!NOCASEP (c))
|
||||
else if (UPPERCASEP (c))
|
||||
{
|
||||
some_uppercase = 1;
|
||||
if (SYNTAX (prevc) != Sword)
|
||||
|
|
Loading…
Add table
Reference in a new issue