diff options
author | anekos | 2011-08-21 18:52:26 +0900 |
---|---|---|
committer | anekos | 2011-08-21 18:52:26 +0900 |
commit | a8a64682e56e905f0be94e9da214fc686efae4ae (patch) | |
tree | 1e1eb444617cb766599452c55aaf4a1d7043b843 /buffer-multiple-hints.js | |
parent | 39f6375046469803a93a1a1fe459179ec4bc579e (diff) | |
download | vimperator-plugins-a8a64682e56e905f0be94e9da214fc686efae4ae.tar.bz2 |
Check _libly.js
Diffstat (limited to 'buffer-multiple-hints.js')
-rw-r--r-- | buffer-multiple-hints.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buffer-multiple-hints.js b/buffer-multiple-hints.js index 4b72bcd..076a4a5 100644 --- a/buffer-multiple-hints.js +++ b/buffer-multiple-hints.js @@ -63,6 +63,9 @@ let INFO = (function () { + if (!plugins.libly) + return liberator.echoerr(__context__.NAME + ': Please install _libly.js.'); + let scheduled = []; plugins.libly.$U.around( |