Fix variable mismatch looking for previous command

fix-tmux-next-3dot4
Caleb Maclennan 3 years ago
parent 3a1aad8752
commit 5f999f4dc4
No known key found for this signature in database
GPG Key ID: 63CC496475267693

@ -43,7 +43,7 @@ function! VimuxRunCommandInDir(command, useFile)
endfunction
function! VimuxRunLastCommand()
if exists('g:VimuxRunnerIndex')
if exists('g:VimuxLastCommand')
call VimuxRunCommand(g:VimuxLastCommand)
else
echo 'No last vimux command.'

Loading…
Cancel
Save