Skip to content

Commit 5f999f4

Browse files
committed
Fix variable mismatch looking for previous command
1 parent 3a1aad8 commit 5f999f4

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
@@ -43,7 +43,7 @@ function! VimuxRunCommandInDir(command, useFile)
4343
endfunction
4444

4545
function! VimuxRunLastCommand()
46-
if exists('g:VimuxRunnerIndex')
46+
if exists('g:VimuxLastCommand')
4747
call VimuxRunCommand(g:VimuxLastCommand)
4848
else
4949
echo 'No last vimux command.'

0 commit comments

Comments
 (0)