≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1830

Bug #1830: Duplicate tag failure also in the latest 1.2.1 Versioin

Kind bug
Product Command-T
When Created 2011-06-08T13:50:49Z, updated 2015-09-12T22:24:24Z
Status closed
Reporter anonymous
Tags no tags

Description

Hi,

the Duplicate tag failure occures also in the 1.2.1 vimball :(

E154: Duplicate tag "command-t" in file /Users/man/.vim_runtime/doc/command-t.txt
E154: Duplicate tag "command-t-contents" in file /Users/man/.vim_runtime/doc/command-t.txt
E154: Duplicate tag "command-t-intro" in file /Users/man/.vim_runtime/doc/command-t.txt
E154: Duplicate tag "command-t.txt" in file /Users/man/.vim_runtime/doc/command-t.txt

Comments

  1. Greg Hurrell 2011-06-09T03:43:35Z

    Vim can get confused if documentation files move or change names.

    The solution seems to be to blow away your tags file and then get Vim to regenerate the helptags (see :h :helptags). I've found that Vim doesn't cope well if you simply blow the tags file away; you have to replace it with an empty file (eg. rm ~/.vim/doc/tags && touch ~/.vim/doc/tags). At least, that's what I've found when using Pathogen to manage my Vim plug-ins.

  2. Greg Hurrell 2015-09-12T22:24:24Z

    Status changed:

    • From: open
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets