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 ae57e07a01da0..39a93a443820d 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.14 2007/03/11 18:30:22 stefanf Exp $"); /* * vi.c: Vi mode commands. |