Skip to content

Commit 57bbdc4

Browse files
authored
Enable tab autocompletion on VimuxPromptOption (#142)
1 parent cce8466 commit 57bbdc4

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
@@ -167,7 +167,7 @@ endfunction
167167

168168
function! VimuxPromptCommand(...)
169169
let command = a:0 == 1 ? a:1 : ""
170-
let l:command = input(_VimuxOption("g:VimuxPromptString", "Command? "), command)
170+
let l:command = input(_VimuxOption("g:VimuxPromptString", "Command? "), command, 'shellcmd')
171171
call VimuxRunCommand(l:command)
172172
endfunction
173173

0 commit comments

Comments
 (0)