Merge pull request #59 from chip/master

Fixed typo in doc/vimux.txt
1.0.0rc1
Ben Mills 11 years ago
commit 9a410c5158

@ -95,7 +95,7 @@ vimux from automatically sending a return after the command.
>
" Run the current file with rspec
map <Leader>rb :call VimuxRunCommand("clear; rspec " . bufname("%"))<CR>
" Run command without sending sending a return
" Run command without sending a return
map <Leader>rq :call VimuxRunCommand("clear; rspec " . bufname("%"), 0)<CR>
<

Loading…
Cancel
Save