From 46634b7bf7f7c54bd39fb7e22ac05d2ec8f16602 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 18 Feb 2013 21:56:40 -0600 Subject: [PATCH] Fixed typo in doc/vimux.txt --- doc/vimux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index c0f80f2..37de16a 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -95,7 +95,7 @@ vimux from automatically sending a return after the command. > " Run the current file with rspec map rb :call VimuxRunCommand("clear; rspec " . bufname("%")) - " Run command without sending sending a return + " Run command without sending a return map rq :call VimuxRunCommand("clear; rspec " . bufname("%"), 0) <