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

NAME

Text::Editor::Vip::Buffer::Plugins::InsertDelete- Vip::Buffer plugin

SYNOPSIS

DESCRIPTION

Text::Editor::Vip::Buffer::Plugins::InsertConstruct- Vip::Buffer plugin

FUNCTIONS

SetText

Sets the buffers text.

InsertNewLineBeforeCurrent

Inserts a blank new line before the current line. Modification position is not changed.

DeleteToBeginingOfWord

Deletes from the current position to the begining of the word.

DeleteToEndOfWord

Deletes from the current position to the end of the word.

InsertTab

Inserts a tab at the current position. If there is a aselection, the whole selection is indented.

RemoveTabFromSelection

If there is a selection, it is outdented.

AUTHOR

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

COPYRIGHT

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.