mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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
|
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:
|
||||||
|
Reference in New Issue
Block a user