
Text::Editor::Vip::Buffer::Plugins::Selecton- Add extra selection commands to Vip::Buffer

use Text::Editor::Vip::Buffer

Adds Selection commands to the buffer.

Returns 'true' if the character is within the boundaries of the selection.
$buffer->IsCharacterSelected($line, $character) ;
Returns 'true' if the line is within the boundaries of the selection.
$buffer->IsLineSelected($line) ;
Extends the selection to the current modification position.
Selects the word at the current position.

Khemir Nadim ibn Hamouda
CPAN ID: NKH
mailto:nadim@khemir.net
http:// no web site

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.