Merge pull request #50 from brianjriddle/master

Fixed for VimuxRunPrompt not working with default
1.0.0rc1
Ben Mills 12 years ago
commit 56bcbb0a5f

@ -154,10 +154,9 @@ endfunction
function VimuxPromptCommand()
let l:command = input("Command? ")
if exists("g:VimuxPromptString")
let l:command = input(g:VimuxPromptString)
elseif
let l:command = input("Command? ")
endif
call VimuxRunCommand(l:command)
endfunction

Loading…
Cancel
Save