diff options
Diffstat (limited to 'lib/libedit/vi.c')
-rw-r--r-- | lib/libedit/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c index 2d611fb307a38..c3c0609a4caa0 100644 --- a/lib/libedit/vi.c +++ b/lib/libedit/vi.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/vi.c,v 1.9.12.1 2005/10/09 03:44:01 delphij Exp $"); /* * vi.c: Vi mode commands. |