mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 08:14:12 +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