refactor(termdebug): reindent some things

Mostly to make it more consistent and to match Vim more where applicable.
This commit is contained in:
Sean Dewar
2023-08-25 11:22:50 +01:00
parent e3b385bed5
commit 0bd82b540e

View File

@@ -1433,7 +1433,7 @@ function! s:CloseFloatingHoverOnBufEnter(win_id, bufnr) abort
return return
endif endif
autocmd! nvim_termdebug_close_hover autocmd! nvim_termdebug_close_hover
call nvim_win_close(a:win_id, v:true) call nvim_win_close(a:win_id, v:true)
endfunction endfunction
" Open preview window. Window is open in: " Open preview window. Window is open in: