The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Vim::X::Window - A window in Vim

VERSION

version 0.0.1_0

FUNCTIONS

buffer()

Returns the buffer associated with the window as a .Vim::X::Buffer object

cursor()

Returns the cursor position in the window. In list context, returns the (line,colum) coordinates. In scalar context, the line as a Vim::X::Line object.

AUTHOR

Yanick Champoux <yanick@babyl.dyndns.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.