Skip to content

Commit 8402015

Browse files
committed
Enclose command in doc in >...<
1 parent ec898ca commit 8402015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vimux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ USAGE (2) *VimuxUsage*
5151

5252
The function VimuxRunCommand(command) is the core of Vimux. It will
5353
create a split pane in the current window and run the passed command in it.
54-
54+
>
5555
:call VimuxRunCommand("ls")
56-
56+
<
5757
This will run the command in a split pane without losing focus of vim. If the
5858
command takes a long time to return you can continue to use vim while the
5959
process finishes and will see the output in the pane when it's finished.

0 commit comments

Comments
 (0)