Enclose command in doc in >...<

1.0.0rc1
Stefan Otte 12 years ago
parent ec898ca9b5
commit 8402015a9e

@ -51,9 +51,9 @@ USAGE (2) *VimuxUsage*
The function VimuxRunCommand(command) is the core of Vimux. It will The function VimuxRunCommand(command) is the core of Vimux. It will
create a split pane in the current window and run the passed command in it. create a split pane in the current window and run the passed command in it.
>
:call VimuxRunCommand("ls") :call VimuxRunCommand("ls")
<
This will run the command in a split pane without losing focus of vim. If the This will run the command in a split pane without losing focus of vim. If the
command takes a long time to return you can continue to use vim while the command takes a long time to return you can continue to use vim while the
process finishes and will see the output in the pane when it's finished. process finishes and will see the output in the pane when it's finished.

Loading…
Cancel
Save