yi-0.12.6: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
ExtensionsNondecreasingIndentation

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

module Yi.Buffer