Skip to content

Commit 1c3ca9e

Browse files
committed
Merge pull request #109 from teoric/master
Run VimuxRunCommand as command
2 parents fbb873a + e5a9eb7 commit 1c3ca9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/vimux.vim

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
33
endif
44
let g:loaded_vimux = 1
55

6+
command -nargs=* VimuxRunCommand :call VimuxRunCommand(<args>)
67
command VimuxRunLastCommand :call VimuxRunLastCommand()
78
command VimuxCloseRunner :call VimuxCloseRunner()
89
command VimuxZoomRunner :call VimuxZoomRunner()

0 commit comments

Comments
 (0)