mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(ui): UI :detach command
Problem: Cannot detach the current UI. Solution: - Introduce `:detach`. - Introduce `Channel.detach`. Co-authored-by: bfredl <bjorn.linse@gmail.com>
This commit is contained in:
@@ -301,6 +301,8 @@ EXTERN bool garbage_collect_at_exit INIT( = false);
|
||||
EXTERN sctx_T current_sctx INIT( = { 0, 0, 0 });
|
||||
// ID of the current channel making a client API call
|
||||
EXTERN uint64_t current_channel_id INIT( = 0);
|
||||
/// Last channel that invoked 'nvim_input` or got FocusGained.
|
||||
EXTERN uint64_t current_ui INIT( = 0);
|
||||
|
||||
EXTERN bool did_source_packages INIT( = false);
|
||||
|
||||
|
Reference in New Issue
Block a user