Enable tab autocompletion on VimuxPromptOption (#142)

fix-tmux-next-3dot4
Thales Mello 3 years ago committed by GitHub
parent cce8466613
commit 57bbdc4478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,7 @@ endfunction
function! VimuxPromptCommand(...)
let command = a:0 == 1 ? a:1 : ""
let l:command = input(_VimuxOption("g:VimuxPromptString", "Command? "), command)
let l:command = input(_VimuxOption("g:VimuxPromptString", "Command? "), command, 'shellcmd')
call VimuxRunCommand(l:command)
endfunction

Loading…
Cancel
Save