remove exclamation mark

fix-tmux-next-3dot4
teoric 10 years ago
parent b60a52d36c
commit b437d32c1b

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

Loading…
Cancel
Save