Skip to content

Instantly share code, notes, and snippets.

@ebith
Created August 2, 2011 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebith/1119710 to your computer and use it in GitHub Desktop.
Save ebith/1119710 to your computer and use it in GitHub Desktop.
はてなブックマーク拡張の検索がソートされないのを直すパッチ
--- chrome/content/vimperator/plugin/hatenabookmark.js
+++ chrome/content/vimperator/plugin/hatenabookmark.js
@@ -270,6 +270,7 @@ liberator.plugins.hBookmark = (function() {
},
createCompleter: function(titles, searchMethod) {
return function(context) {
+ context.compare = void 0;
context.format = {
anchored: true,
title: titles,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment