From a772fce3e239e1b4adf17e587d7f075d1f310701 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Tue, 19 Aug 2014 10:02:25 +0200 Subject: [PATCH] Removed Debug Output Removed debug output of command which was still in there --- plugin/vimux.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 3aaba22..566a8f4 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -37,7 +37,6 @@ function! VimuxRunCommand(command, ...) let g:VimuxLastCommand = a:command call VimuxSendKeys(resetSequence) - echo a:command call VimuxSendText(a:command) if l:autoreturn == 1