Bug 15450

Summary: The name of the tagfile is left in the path.
Product: Base System Reporter: frank
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: hackers
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description frank 1999-12-13 04:20:02 UTC
	The routine ctag_file(), when constructing the path to the file from
	a relative path in the tagfile, leaves the name of the tagfile in the
	path.

How-To-Repeat: 
	Create a tagfile with relative entries, go to a different directory,
	and do a "vi -t <existing tag>".
Comment 1 frank 1999-12-13 18:26:04 UTC
I've submitted the patch to Keith Bostic; hopefully he'll integrate it
into
the next version of nvi.  If someone could apply the patch to the nvi
source, though, we could be a step ahead.  (It's a very simple patch, as
you can see.)
-- 
Frank Mayhar frank@exit.com
Comment 2 Mike Heffner freebsd_committer freebsd_triage 2001-06-17 09:03:19 UTC
State Changed
From-To: open->closed

Duplicate of bin/13397.