Safe Haskell | None |
---|---|
Language | Haskell2010 |
Yi.Keymap.Vim.TagStack
Documentation
newtype VimTagStack Source
Constructors
VimTagStack | |
setTagStack :: VimTagStack -> EditorM () Source
listTagStack :: EditorM [(FilePath, Point)] Source
pushTagStack :: FilePath -> Point -> EditorM () Source