From 7120933e66249974e7d3a64f2562ef030ee4a952 Mon Sep 17 00:00:00 2001
From: Kris Maglione
Echo a JavaScript expression. expr may be a simple quoted
- string, in which case it is shown in the statusline, or any
+ string, in which case it is shown in the &tag.status-line;, or any
arbitrary JavaScript expression. If the expression results in
- anything other than a string, it is pretty-printed in a multiline
+ anything other than a string, it is pretty-printed in a multi-line
frame just above the command line. The output depends on the type
of object. Functions display their source, DOM nodes display the
pretty-printed XML of the top-level node, XML literals are
@@ -52,7 +52,7 @@
Echo the expression as an error message. Just like
:execute "open " + content.location.host
+ :execute open + content.location.host
opens the homepage of the currently opened site.
@@ -104,7 +104,7 @@- Moreover, multiline scripts can be executed with shell-like here + Moreover, multi-line scripts can be executed with shell-like here document syntax. For example, the following,
@@ -124,7 +124,7 @@ string function arguments. The completion code is designed to be both as safe and as powerful as possible. Expressions in a given command-line session will only be evaluated once, and, with - autocompletion turned on, any completion which requires a function + auto-completion turned on, any completion which requires a function to be executed requires an explicit " This is a comment
foo bar " This is a comment
This is not a comment
- foo bar This is not a cumment
+ foo bar This is not a comment