We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ffa0b commit aeae2e9Copy full SHA for aeae2e9
plugin/vimux.vim
@@ -167,13 +167,13 @@ function! VimuxInterruptRunner() abort
167
endfunction
168
169
function! VimuxClearTerminalScreen() abort
170
- if exists('g:VimuxRunnerIndex')
+ if exists('g:VimuxRunnerIndex') && s:hasRunner(g:VimuxRunnerIndex) !=# -1
171
call VimuxSendKeys('C-l')
172
endif
173
174
175
function! VimuxClearRunnerHistory() abort
176
177
call VimuxTmux('clear-history -t '.g:VimuxRunnerIndex)
178
179
0 commit comments