Skip to content

Commit a772fce

Browse files
committed
Removed Debug Output
Removed debug output of command which was still in there
1 parent d78cd0f commit a772fce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/vimux.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function! VimuxRunCommand(command, ...)
3737
let g:VimuxLastCommand = a:command
3838

3939
call VimuxSendKeys(resetSequence)
40-
echo a:command
4140
call VimuxSendText(a:command)
4241

4342
if l:autoreturn == 1

0 commit comments

Comments
 (0)