Skip to content

Commit

Permalink
Remove unnecessary 'else' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp committed Sep 19, 2024
1 parent b002925 commit 20ec061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/vimux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function! VimuxRunCommand(command, ...) abort
let l:versionString = s:tmuxProperty('#{version}')
if str2float(l:versionString) < 3.2
let l:resetSequence = 'q '.l:resetSequence
else
endif
endtry
call VimuxSendKeys(l:resetSequence)
Expand Down

0 comments on commit 20ec061

Please sign in to comment.