yi-core-0.19.0: Yi editor core library
LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • OverloadedStrings
  • PackageImports

Yi.Rectangle

Description

emacs-style rectangle manipulation functions.

Synopsis

Documentation

getRectangle :: BufferM (Region, Int, Int) Source #

Get the selected region as a rectangle. Returns the region extended to lines, plus the start and end columns of the rectangle.

multiSplit :: [Int] -> YiString -> [YiString] Source #

Split text at the boundaries given