yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.KillRing
Synopsis
data Killring
krKilled :: Killring -> Bool
krContents :: Killring -> [String]
krEndCmd :: Killring -> Killring
krPut :: Direction -> String -> Killring -> Killring
krSet :: String -> Killring -> Killring
krGet :: Killring -> String
krEmpty :: Killring
Documentation
data Killring Source
show/hide Instances
krKilled :: Killring -> BoolSource
krContents :: Killring -> [String]Source
krEndCmd :: Killring -> KillringSource
Finish an atomic command, for the purpose of killring accumulation.
krPut :: Direction -> String -> Killring -> KillringSource
Put some text in the killring. It's accumulated if the last command was a kill too
krSet :: String -> Killring -> KillringSource
Set the top of the killring. Never accumulate the previous content.
krGet :: Killring -> StringSource
Get the top of the killring.
krEmpty :: KillringSource
Produced by Haddock version 2.6.1