Enclose command in doc in >...<

This commit is contained in:
Stefan Otte 2012-06-08 17:16:01 +02:00
parent ec898ca9b5
commit 8402015a9e

View File

@ -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.