From 8402015a9e746d78b15233504563379ef80b0a62 Mon Sep 17 00:00:00 2001 From: Stefan Otte Date: Fri, 8 Jun 2012 17:16:01 +0200 Subject: [PATCH] Enclose command in doc in >...< --- doc/vimux.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 66cce4d..0e21785 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -51,9 +51,9 @@ USAGE (2) *VimuxUsage* 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. - +> :call VimuxRunCommand("ls") - +< 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 process finishes and will see the output in the pane when it's finished.