| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | yi-devel@googlegroups.com |
| Safe Haskell | None |
Yi.Keymap.Vim.Ex.Types
Description
Documentation
Constructors
| ExCommand | |
Fields
| |
Instances
| Show ExCommand |
Constructors
| MarkRange String String | 'a,'b |
| FullRange | % |
| CurrentLineRange |
evStringToExCommand :: [EventString -> Maybe ExCommand] -> EventString -> Maybe ExCommandSource