diff options
author | 2015-02-23 19:02:46 -0800 | |
---|---|---|
committer | 2015-02-23 19:02:46 -0800 | |
commit | fa422ff599991a616cff70330e86791b8327e017 (patch) | |
tree | 0eb7f987ac785bca3cbfb057a0348a9930b753a6 /ag | |
parent | Work on getting state. (diff) | |
download | backend-fa422ff599991a616cff70330e86791b8327e017.tar.gz backend-fa422ff599991a616cff70330e86791b8327e017.tar.bz2 backend-fa422ff599991a616cff70330e86791b8327e017.zip |
Fix vim.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'ag')
-rwxr-xr-x | ag | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -252,3 +252,4 @@ begin rescue NoMethodError abort "Internal Error: Unknown action: #{$options.action}" end +# vim: ts=2 sts=2 et ft=ruby: |