set_current

Function set_current 

Source
pub fn set_current(window: &Window) -> Option<()>
Expand description

Sets the specified window as the current window in Neovim.

On failure, notifies Neovim of the error and returns None.

ยงErrors

  • Setting the current window fails.