From bedb35c89c16e4b37800c71fcaef55a280a3c9bf Mon Sep 17 00:00:00 2001 From: hogelog Date: Fri, 3 Jul 2009 05:04:52 +0000 Subject: * follow HEAD(2.2pre) git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34267 d0d07461-0603-4401-acd4-de1884942a52 --- takahashiPresentation.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'takahashiPresentation.js') diff --git a/takahashiPresentation.js b/takahashiPresentation.js index e5b33eb..633f60d 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -9,7 +9,6 @@ var PLUGIN_INFO = 2.0a1 http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/takahashiPresentation.js 2008/12/23 09:20:07 - ... and
...
. start :presentation. -Example HTML http://konbu.s13.xrea.com/lib/vimperator/takahashi_example.html ]]>
; //}}} @@ -28,7 +26,7 @@ Example HTML http://konbu.s13.xrea.com/lib/vimperator/takahashi_example.html ['', 'prev page', function() prevPage()], ['^', 'first page', function() loadPage(0)], ['$', 'last page', function() loadPage(pages.length-1)], - ['.', 'last page', function(count) loadPage(count?count-1:0), {flags: Mappings.flags.COUNT}], + ['.', 'last page', function(count) loadPage(count?count-1:0), {count: true], ['q', 'stop presentation', function() stop()], ]; let win; -- cgit v1.2.3