Merge pull request #109 from teoric/master

Run VimuxRunCommand as command
fix-tmux-next-3dot4
Ben Mills 10 years ago
commit 1c3ca9e267

@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
endif
let g:loaded_vimux = 1
command -nargs=* VimuxRunCommand :call VimuxRunCommand(<args>)
command VimuxRunLastCommand :call VimuxRunLastCommand()
command VimuxCloseRunner :call VimuxCloseRunner()
command VimuxZoomRunner :call VimuxZoomRunner()

Loading…
Cancel
Save