Skip to content

Commit 56bcbb0

Browse files
committed
Merge pull request #50 from brianjriddle/master
Fixed for VimuxRunPrompt not working with default
2 parents c4eccfc + 8fb2563 commit 56bcbb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ endfunction
154154

155155

156156
function VimuxPromptCommand()
157+
let l:command = input("Command? ")
157158
if exists("g:VimuxPromptString")
158159
let l:command = input(g:VimuxPromptString)
159-
elseif
160-
let l:command = input("Command? ")
161160
endif
162161
call VimuxRunCommand(l:command)
163162
endfunction

0 commit comments

Comments
 (0)