Update docs
This commit is contained in:
parent
8555b86e3b
commit
b6bfe7c171
@ -78,6 +78,8 @@ Changed
|
|||||||
through the command history when no text was entered. The default bindings for
|
through the command history when no text was entered. The default bindings for
|
||||||
cursor keys in the completion changed to use that, so that they can be used
|
cursor keys in the completion changed to use that, so that they can be used
|
||||||
again to navigate through completion items when a text was entered.
|
again to navigate through completion items when a text was entered.
|
||||||
|
- `:debug-pyeval` now has a `--file` arguemnt so it takes a filename instead of
|
||||||
|
a line of code.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -1786,7 +1786,7 @@ Change the log level for console logging.
|
|||||||
|
|
||||||
[[debug-pyeval]]
|
[[debug-pyeval]]
|
||||||
=== debug-pyeval
|
=== debug-pyeval
|
||||||
Syntax: +:debug-pyeval [*--quiet*] 's'+
|
Syntax: +:debug-pyeval [*--file*] [*--quiet*] 's'+
|
||||||
|
|
||||||
Evaluate a python string and display the results as a web page.
|
Evaluate a python string and display the results as a web page.
|
||||||
|
|
||||||
@ -1794,6 +1794,7 @@ Evaluate a python string and display the results as a web page.
|
|||||||
* +'s'+: The string to evaluate.
|
* +'s'+: The string to evaluate.
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
|
* +*-f*+, +*--file*+: Interpret s as a path to file, also implies --quiet.
|
||||||
* +*-q*+, +*--quiet*+: Don't show the output in a new tab.
|
* +*-q*+, +*--quiet*+: Don't show the output in a new tab.
|
||||||
|
|
||||||
==== note
|
==== note
|
||||||
|
@ -436,7 +436,7 @@ Default:
|
|||||||
* +pass:[<Shift-Delete>]+: +pass:[completion-item-del]+
|
* +pass:[<Shift-Delete>]+: +pass:[completion-item-del]+
|
||||||
* +pass:[<Shift-Tab>]+: +pass:[completion-item-focus prev]+
|
* +pass:[<Shift-Tab>]+: +pass:[completion-item-focus prev]+
|
||||||
* +pass:[<Tab>]+: +pass:[completion-item-focus next]+
|
* +pass:[<Tab>]+: +pass:[completion-item-focus next]+
|
||||||
* +pass:[<Up>]+: +pass:[completion-item-focus --history priv]+
|
* +pass:[<Up>]+: +pass:[completion-item-focus --history prev]+
|
||||||
- +pass:[hint]+:
|
- +pass:[hint]+:
|
||||||
|
|
||||||
* +pass:[<Ctrl-B>]+: +pass:[hint all tab-bg]+
|
* +pass:[<Ctrl-B>]+: +pass:[hint all tab-bg]+
|
||||||
|
Loading…
Reference in New Issue
Block a user