From b437d32c1baad78dbea620e87ea0f71b7ed6351e Mon Sep 17 00:00:00 2001 From: teoric Date: Sun, 13 Jul 2014 12:10:39 +0200 Subject: [PATCH] remove exclamation mark --- plugin/vimux.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 244a7a2..c62479d 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -3,7 +3,7 @@ if exists("g:loaded_vimux") || &cp endif let g:loaded_vimux = 1 -command! -nargs=1 VimuxRunCommand :call VimuxRunCommand() +command -nargs=1 VimuxRunCommand :call VimuxRunCommand() command VimuxRunLastCommand :call VimuxRunLastCommand() command VimuxCloseRunner :call VimuxCloseRunner() command VimuxZoomRunner :call VimuxZoomRunner()