yi-0.10.1: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • Cpp
  • TemplateHaskell
  • OverloadedStrings
  • StandaloneDeriving
  • DeriveDataTypeable
  • DeriveGeneric
  • NondecreasingIndentation

Yi.Keymap.Vim.Tag

Description

 

Synopsis

Documentation

gotoTag :: Tag -> YiM () Source

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

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.