aboutsummaryrefslogtreecommitdiffstats
path: root/auto-bookmark.js
diff options
context:
space:
mode:
authoranekos2015-03-21 23:25:46 +0900
committeranekos2015-03-21 23:25:46 +0900
commitc9da5d5fbd76de2060601b7cc43afc9fc912a426 (patch)
tree5a033f9a12b011577a929c84dd2a333d873b2eb1 /auto-bookmark.js
parentebbd6efbe3ebd06e8ec5bfc8580dd66b611b327d (diff)
downloadvimperator-plugins-c9da5d5fbd76de2060601b7cc43afc9fc912a426.tar.bz2
Nyaps
Diffstat (limited to 'auto-bookmark.js')
-rw-r--r--auto-bookmark.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-bookmark.js b/auto-bookmark.js
index 96ed9dc..537277c 100644
--- a/auto-bookmark.js
+++ b/auto-bookmark.js
@@ -70,7 +70,7 @@ let INFO = xml`
(function () {
const bookmarks = storage.newMap('auto-bookmark-bookmarks', {store: true});
- const watching = {};
+ let watching = {};
let pendingJump = null;
if (!__context__.Previous)