diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 1cf6d3c..20da10c 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -24,7 +24,7 @@ if !executable(VimuxOption('VimuxTmuxCommand')) finish endif -command -bar -nargs=* VimuxRunCommand :call VimuxRunCommand() +command -nargs=* VimuxRunCommand :call VimuxRunCommand() command -bar VimuxRunLastCommand :call VimuxRunLastCommand() command -bar VimuxOpenRunner :call VimuxOpenRunner() command -bar VimuxCloseRunner :call VimuxCloseRunner() @@ -33,7 +33,7 @@ command -bar VimuxInspectRunner :call VimuxInspectRunner() command -bar VimuxScrollUpInspect :call VimuxScrollUpInspect() command -bar VimuxScrollDownInspect :call VimuxScrollDownInspect() command -bar VimuxInterruptRunner :call VimuxInterruptRunner() -command -bar -nargs=? VimuxPromptCommand :call VimuxPromptCommand() +command -nargs=? VimuxPromptCommand :call VimuxPromptCommand() command -bar VimuxClearTerminalScreen :call VimuxClearTerminalScreen() command -bar VimuxClearRunnerHistory :call VimuxClearRunnerHistory() command -bar VimuxTogglePane :call VimuxTogglePane()