mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(termdebug): reindent some things
Mostly to make it more consistent and to match Vim more where applicable.
This commit is contained in:
@@ -1433,7 +1433,7 @@ function! s:CloseFloatingHoverOnBufEnter(win_id, bufnr) abort
|
||||
return
|
||||
endif
|
||||
autocmd! nvim_termdebug_close_hover
|
||||
call nvim_win_close(a:win_id, v:true)
|
||||
call nvim_win_close(a:win_id, v:true)
|
||||
endfunction
|
||||
|
||||
" Open preview window. Window is open in:
|
||||
|
Reference in New Issue
Block a user