diff options
author | Jagua | 2013-05-09 00:06:29 +0900 |
---|---|---|
committer | Jagua | 2013-05-09 00:06:29 +0900 |
commit | d85e6a3a1ff6f97644cfaaf395b629cd2ba30f9f (patch) | |
tree | bc6f138648629aa61e32f48573d832b02b928cdc /twittperator/rt.tw | |
parent | 71addfec37a506aba243b639799025b3e8bf9f0e (diff) | |
download | vimperator-plugins-d85e6a3a1ff6f97644cfaaf395b629cd2ba30f9f.tar.bz2 |
fix modeline. omit fenc option.
Diffstat (limited to 'twittperator/rt.tw')
-rw-r--r-- | twittperator/rt.tw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/rt.tw b/twittperator/rt.tw index fde9194..29d5e2c 100644 --- a/twittperator/rt.tw +++ b/twittperator/rt.tw @@ -41,4 +41,4 @@ })(); -// vim: set et fdm=syntax fenc= ft=javascript sts=2 sw=2 ts=2 : +// vim: set et fdm=syntax ft=javascript sts=2 sw=2 ts=2 : |