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