mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 06:22:29 +01:00
Fix :noh
This commit is contained in:
@@ -223,7 +223,7 @@ function Search() //{{{
|
||||
return aNode;
|
||||
},
|
||||
|
||||
getSpans: function (doc) buffer.evaluateXPath("//*[liberator:highlight='Search']", doc)
|
||||
getSpans: function (doc) buffer.evaluateXPath("//*[@liberator:highlight='Search']", doc)
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user