mirror of
https://github.com/preservim/vimux
synced 2024-11-10 07:10:25 +00:00
Fix variable mismatch looking for previous command
This commit is contained in:
parent
3a1aad8752
commit
5f999f4dc4
@ -43,7 +43,7 @@ function! VimuxRunCommandInDir(command, useFile)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! VimuxRunLastCommand()
|
function! VimuxRunLastCommand()
|
||||||
if exists('g:VimuxRunnerIndex')
|
if exists('g:VimuxLastCommand')
|
||||||
call VimuxRunCommand(g:VimuxLastCommand)
|
call VimuxRunCommand(g:VimuxLastCommand)
|
||||||
else
|
else
|
||||||
echo 'No last vimux command.'
|
echo 'No last vimux command.'
|
||||||
|
Loading…
Reference in New Issue
Block a user