Skip to content

Commit 9a410c5

Browse files
committed
Merge pull request #59 from chip/master
Fixed typo in doc/vimux.txt
2 parents eab15dc + 46634b7 commit 9a410c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vimux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ vimux from automatically sending a return after the command.
9595
>
9696
" Run the current file with rspec
9797
map <Leader>rb :call VimuxRunCommand("clear; rspec " . bufname("%"))<CR>
98-
" Run command without sending sending a return
98+
" Run command without sending a return
9999
map <Leader>rq :call VimuxRunCommand("clear; rspec " . bufname("%"), 0)<CR>
100100
<
101101

0 commit comments

Comments
 (0)