Fix #24 - typo: Ternimal -> Terminal

This commit is contained in:
Idan Arye 2016-01-26 19:21:19 +02:00
parent fa63556530
commit fa84d5c0a5

View File

@ -108,7 +108,7 @@ function! s:f_debugger.showTerminalBuffer() dict
setlocal buftype=nofile setlocal buftype=nofile
setlocal bufhidden=wipe setlocal bufhidden=wipe
let self.terminalBuffer=bufnr('') let self.terminalBuffer=bufnr('')
silent file Vebugger:Ternimal silent file Vebugger:Terminal
wincmd p wincmd p
endfunction endfunction