diff options
author | anekos | 2010-12-12 18:09:10 +0900 |
---|---|---|
committer | anekos | 2010-12-12 18:09:35 +0900 |
commit | f27ecd2f6df13d8515e30f894dc22c266a5ed48d (patch) | |
tree | c5b6382f2a76bc58a851d7f24972ab8627baf649 | |
parent | bbc899568ba504cf75b2bc7e71c04e69d7aa79da (diff) | |
download | vimperator-plugins-f27ecd2f6df13d8515e30f894dc22c266a5ed48d.tar.bz2 |
ソースコードのスタイルとあっていない?なぜ?
-rw-r--r-- | xpathBlink.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpathBlink.js b/xpathBlink.js index 9929a96..3175dc1 100644 --- a/xpathBlink.js +++ b/xpathBlink.js @@ -101,4 +101,4 @@ Application.getExtensions( }); })(); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 ts=4 noet: |