aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-23 19:02:46 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-23 19:02:46 -0800
commitfa422ff599991a616cff70330e86791b8327e017 (patch)
tree0eb7f987ac785bca3cbfb057a0348a9930b753a6
parentWork on getting state. (diff)
downloadbackend-fa422ff599991a616cff70330e86791b8327e017.tar.gz
backend-fa422ff599991a616cff70330e86791b8327e017.tar.bz2
backend-fa422ff599991a616cff70330e86791b8327e017.zip
Fix vim.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xag1
-rw-r--r--lib/hotfixes.rb1
-rw-r--r--lib/rendering.rb3
-rw-r--r--lib/storage.rb1
-rw-r--r--lib/threading.rb3
-rw-r--r--lib/utils.rb1
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: