diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-19 22:16:44 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-19 22:16:44 +0000 |
commit | e60f3f793032ee0cd2c334ca3ec203de1fd3e727 (patch) | |
tree | 3a85d3849f7c92d31aaf22433785a4b4badc8f32 /usr.bin/lex/options.h | |
parent | 02045c29b2f8be4b3753719ed054522c92770354 (diff) |
we don't keep vim modelines in files
Diffstat (limited to 'usr.bin/lex/options.h')
-rw-r--r-- | usr.bin/lex/options.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/lex/options.h b/usr.bin/lex/options.h index 49dd97383f5..ac5a87c328b 100644 --- a/usr.bin/lex/options.h +++ b/usr.bin/lex/options.h @@ -1,4 +1,4 @@ -/* $OpenBSD: options.h,v 1.1 2015/11/19 19:43:40 tedu Exp $ */ +/* $OpenBSD: options.h,v 1.2 2015/11/19 22:16:43 tedu Exp $ */ /* flex - tool to generate fast lexical analyzers */ @@ -132,5 +132,3 @@ enum flexopt_flag_t { }; #endif - -/* vim:set tabstop=8 softtabstop=4 shiftwidth=4 textwidth=0: */ |