tags file don't work in vi
Task Info (Flyspray) | |
---|---|
Opened By | Oliver Lew (OliverLew) |
Task ID | 73299 |
Type | Bug Report |
Project | Arch Linux |
Category | Packages: Core |
Version | None |
OS | All |
Opened | 2022-01-08 15:55:14 UTC |
Status | Assigned |
Assignee | Evangelos Foutras (foutrelis) |
Details
Description: If I want to jump to a tag in vi by :tag [tag], I get an error: [tag]: Bad tags file entry
Additional info:
- package version(s): 1:070224-5
- config and/or log files etc.
- link to upstream bug report, if any It's not upstream, I found a fix here that works: https://github.com/n-t-roff/heirloom-ex-vi/commit/1afdc1b170c6f9e66e842535d25eb7a2f4579cc3
Steps to reproduce:
- In any C project (I used suckless's st), create tags file with
ctags -R .
- Edit a file with vi, e.g.,
vi st.c
- Jump to a tag, e.g.,
:tag Arg
- See error "Arg: Bad tags file entry"