yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Keymap.Vim.Ex.Types

Description

 

Documentation

data ExCommand Source

Constructors

ExCommand 

Fields

cmdComplete :: YiM [Text]
 
cmdIsPure :: Bool
 
cmdAction :: Action
 
cmdAcceptsRange :: Bool
 
cmdShow :: Text
 

Instances

Show ExCommand 

data LineRange Source

Constructors

MarkRange String String

'a,'b

FullRange

%

CurrentLineRange