IDE: add markup for user defined word-lists, fix for finding duplicates

git-svn-id: trunk@40038 -
This commit is contained in:
martin 2013-01-30 01:52:39 +00:00
parent b33abc827c
commit f372bd48a2

View File

@ -510,7 +510,8 @@ begin
continue;
if ( ([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wEntry]) or
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam])
([WeakerByEnabled, WeakerByBounds, WeakerByCase] - [wEqual] = [wParam]) or
([WeakerByEnabled, WeakerByBounds, WeakerByCase] = [wEqual])
)
then
exit;