git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@271 f5eea248-9336-0410-98b8-ebc06183d4e3
parent
29161802e2
commit
bd1e9eb82c
|
@ -2671,7 +2671,7 @@ void Notepad_plus::tagMatch()
|
|||
|
||||
if (nppGUI._enableTagAttrsHilite)
|
||||
{
|
||||
vector<pair<int, int>> attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen);
|
||||
vector< pair<int, int> > attributes = getAttributesPos(xmlTags.tagNameEnd, xmlTags.tagOpenEnd - openTagTailLen);
|
||||
_pEditView->execute(SCI_SETINDICATORCURRENT, SCE_UNIVERSAL_TAGATTR);
|
||||
for (size_t i = 0 ; i < attributes.size() ; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue