From b5d526e9eed00f9ff041abb4d291a68c4446ff03 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 21 Feb 2011 21:19:56 +0200 Subject: [PATCH] Add vim modelines --- Link.cxx | 2 +- Options.cxx | 2 +- Query.cxx | 2 +- Quvi.h | 2 +- Video.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Link.cxx b/Link.cxx index 64da41d..3a74ca8 100644 --- a/Link.cxx +++ b/Link.cxx @@ -54,4 +54,4 @@ Link::_swap (const Link& l) length_bytes = l.length_bytes; } - +// vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/Options.cxx b/Options.cxx index 8b1fc1c..abbc258 100644 --- a/Options.cxx +++ b/Options.cxx @@ -51,4 +51,4 @@ Options::_swap (const Options& o) category = o.category; } - +// vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/Query.cxx b/Query.cxx index e4314ee..72632af 100644 --- a/Query.cxx +++ b/Query.cxx @@ -126,4 +126,4 @@ Query::next_website (std::string& domain, std::string& formats) return static_cast(rc); } - +// vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/Quvi.h b/Quvi.h index 30c4194..1abc224 100644 --- a/Quvi.h +++ b/Quvi.h @@ -104,4 +104,4 @@ public: #endif - +// vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/Video.cxx b/Video.cxx index c1b38bf..4571b5a 100644 --- a/Video.cxx +++ b/Video.cxx @@ -59,4 +59,4 @@ Video::_swap (const Video& v) ok = v.ok; } - +// vim: set ts=2 sw=2 tw=72 expandtab: -- 2.11.4.GIT