| 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
peekTagStack :: EditorM (Maybe (FilePath, Point))Source
popTagStack :: Int -> EditorM (Maybe (FilePath, Point))Source