Skip to content

Commit b437d32

Browse files
committed
remove exclamation mark
1 parent b60a52d commit b437d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vimux.vim

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

6-
command! -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
6+
command -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
77
command VimuxRunLastCommand :call VimuxRunLastCommand()
88
command VimuxCloseRunner :call VimuxCloseRunner()
99
command VimuxZoomRunner :call VimuxZoomRunner()

0 commit comments

Comments
 (0)