Echo the expression. Useful for showing informational messages. Multiple lines can be separated by \n. expr can either be a quoted string, or any expression which can be fed to eval() like 4+5. You can also view the source code of objects and functions if the return value of expr is an object or function.
Echo the expression as an error message. Just like
Echo the expression as an informational message. Just like
Execute the string that results from the evaluation of expr as an Ex command.
Example:
Note: Unlike Vim this currently only supports a single argument.
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
passing the argument to eval().
The special version
Sets or lists a variable. Sets the variable {var-name} to the value of the expression expr1. If no expression is given, the value of the variable is displayed. Without arguments, displays a list of all variables.
Deletes the variable name. Several variable names can be given. When used
with