Index: lang/javascript/vimperator-plugins/trunk/opener.js
===================================================================
--- lang/javascript/vimperator-plugins/trunk/opener.js (revision 36976)
+++ lang/javascript/vimperator-plugins/trunk/opener.js (revision 38397)
@@ -47,6 +47,9 @@
     let index = 0;
     let url = util.stringToURLArray(url).toString();
+    if (url == buffer.URL){
+      return false;
+    }
     for each ( [,tab] in tabs.browsers ) {
-      if(url == tab.currentURI.spec){
+      if (url == tab.currentURI.spec){
         tabs.select(index);
         return true;
