From ae85c86cdfc254185de21bd2b09bd9e2b8ba2dc0 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 25 Mar 2010 14:03:50 +0000 Subject: 説明を description に追加 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37090 d0d07461-0603-4401-acd4-de1884942a52 --- x-hint.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x-hint.js') diff --git a/x-hint.js b/x-hint.js index 0cb6cef..a722e84 100755 --- a/x-hint.js +++ b/x-hint.js @@ -128,7 +128,7 @@ let INFO = (function () { - const description = 'Show the hint with given xpath'; + const description = 'Show the hint with given xpath.'; let last = {}; @@ -172,7 +172,7 @@ let INFO = commands.addUserCommand( ['xh[int]'], - description, + description + '(:xhint )', function (args) { showHintsWith(args[0], args.literalArg); }, @@ -198,7 +198,7 @@ let INFO = commands.addUserCommand( ['xhintdo', 'xhdo'], - 'Run js-code with X-Hint', + 'Run js-code with X-Hint. (:xhdo )', function (args) { js = args.literalArg; showHintsWith(hintModeText, args[0]); -- cgit v1.2.3