diff --git a/content/commands.js b/content/commands.js index 93444df9..59721ba2 100644 --- a/content/commands.js +++ b/content/commands.js @@ -646,7 +646,7 @@ function Commands() //{{{ ":javascript alert('Hello world') would show a dialog box with the text \"Hello world\".
" + ":javascript <<EOF would read all the lines until a line starting with 'EOF' is found, and will eval() them.
" + "The special version :javascript! will open the JavaScript console of Firefox.
" + - "Rudimentary <Tab> completion is available for :javascript {cmd} (but not yet for the " + + "Rudimentary <Tab> completion is available for :javascript {cmd}<Tab> (but not yet for the " + ":js <<EOF multiline widget). Be aware that Vimperator needs to run {cmd} through eval() " + "to get the completions, which could have unwanted side effects.", completer: function(filter) { return vimperator.completion.javascript(filter); }