From 24e9d354a440a9e983d1bc1446ad5136cbb89592 Mon Sep 17 00:00:00 2001 From: Bob Nadler Date: Sat, 31 Jan 2015 12:26:27 -0500 Subject: [PATCH] Fix typo in docs --- doc/vimux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 6b2e1f1..6407792 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -92,7 +92,7 @@ vimux from automatically sending a return after the command. *VimuxSendText* VimuxSendText~ -Send raw text to the runer pane. This command will not open a new pane if one +Send raw text to the runner pane. This command will not open a new pane if one does not already exist. You will need to use VimuxOpenPane to do this. This command can be used to interact with REPLs or other interactive terminal programs that are not shells.