yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Keymap.Vim.Tag

Description

 

Synopsis

Documentation

gotoTag :: Tag -> Int -> Maybe (FilePath, Int, Int) -> YiM ()Source

Opens the file that contains tag. Uses the global tag table or uses the first valid tag file in TagsFileList.

nextTag :: YiM ()Source

Goes to the next tag. (:tnext)

popTag :: YiM ()Source

Return to location from before last tag jump.

unpopTag :: YiM ()Source

Go to next tag in the tag stack. Represents :tag without any specified tag.