summaryrefslogtreecommitdiff
path: root/usr.bin/lex/options.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-11-19 22:16:44 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-11-19 22:16:44 +0000
commite60f3f793032ee0cd2c334ca3ec203de1fd3e727 (patch)
tree3a85d3849f7c92d31aaf22433785a4b4badc8f32 /usr.bin/lex/options.h
parent02045c29b2f8be4b3753719ed054522c92770354 (diff)
we don't keep vim modelines in files
Diffstat (limited to 'usr.bin/lex/options.h')
-rw-r--r--usr.bin/lex/options.h4
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: */