yi-0.12.0: The Haskell-Scriptable Editor

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

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