commit:     fa422ff599991a616cff70330e86791b8327e017
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 03:02:46 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 03:02:46 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=fa422ff5

Fix vim.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ag               | 1 +
 lib/hotfixes.rb  | 1 +
 lib/rendering.rb | 3 ++-
 lib/storage.rb   | 1 +
 lib/threading.rb | 3 ++-
 lib/utils.rb     | 1 +
 6 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ag b/ag
index 64ae6db..644cb4b 100755
--- a/ag
+++ b/ag
@@ -252,3 +252,4 @@ begin
 rescue NoMethodError
   abort "Internal Error: Unknown action: #{$options.action}"
 end
+# vim: ts=2 sts=2 et ft=ruby:

diff --git a/lib/hotfixes.rb b/lib/hotfixes.rb
index 2dc8fc9..1c60dad 100644
--- a/lib/hotfixes.rb
+++ b/lib/hotfixes.rb
@@ -10,3 +10,4 @@ class Maildir::Message
     @unique_name, @info = filename.split(COLON, 2)
   end
 end
+# vim: ts=2 sts=2 et ft=ruby:

diff --git a/lib/rendering.rb b/lib/rendering.rb
index 7649fcf..4d81197 100644
--- a/lib/rendering.rb
+++ b/lib/rendering.rb
@@ -65,4 +65,5 @@ module Ag::Rendering
       (content_type || '').split(';').first
     end
   end
-end
\ No newline at end of file
+end
+# vim: ts=2 sts=2 et ft=ruby:

diff --git a/lib/storage.rb b/lib/storage.rb
index 081e206..e9aea92 100644
--- a/lib/storage.rb
+++ b/lib/storage.rb
@@ -286,3 +286,4 @@ module Ag::Storage
     result['hits']['hits'].first
   end
 end
+# vim: ts=2 sts=2 et ft=ruby:

diff --git a/lib/threading.rb b/lib/threading.rb
index 212bb98..a90929e 100644
--- a/lib/threading.rb
+++ b/lib/threading.rb
@@ -67,4 +67,5 @@ module Ag
       end
     end
   end
-end
\ No newline at end of file
+end
+# vim: ts=2 sts=2 et ft=ruby:

diff --git a/lib/utils.rb b/lib/utils.rb
index b9156cd..cc9fd46 100644
--- a/lib/utils.rb
+++ b/lib/utils.rb
@@ -81,3 +81,4 @@ module Ag
     end
   end
 end
+# vim: ts=2 sts=2 et ft=ruby:

Reply via email to