yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Buffer.Adjusted

Description

This module re-exports Yi.Buffer overriding insert* and delete* functions with their more indent-aware variants. It is intended to be imported instead of Yi.Buffer or qualified to avoid name clashes.

Synopsis

Documentation

insertB :: Char -> BufferM ()Source

Insert the char at current point, extending size of buffer

insertN :: YiString -> BufferM ()Source

Insert the list at current point, extending size of buffer

deleteN :: Int -> BufferM ()Source

module Yi.Buffer