NAME
Neovim::Ext::VIMCompat::Windo - Neovim legacy VIM perl compatibility layer
VERSION
version 0.06
SYNPOSIS
use Neovim::Ext;
DESCRIPTION
A compatibility layer for the legacy VIM perl interface.
METHODS
SetHeight( $height )
Set the window height to $height
, within the screen limits.
Buffer( )
Get the Neovim::Ext::VIMCompat::Buffer
associated with the window.
Cursor( [$row, $col] )
Get or set the current cursor position for the window.